#BF26A9

Color #BF26A9 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BF26A9

Tints of Medium Red Violet #BF26A9

Color information

#BF26A9 (or 0xBF26A9) is unknown color: approx Medium Red Violet. HEX triplet: BF, 26 and A9. RGB value is (191,38,169). Sum of RGB (Red+Green+Blue) = 191+38+169=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 169 (66.41% from 255 or 42.46% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF26A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF26A9 is #40D956. Grayscale: #626262. Windows color (decimal): -4249943 or 11085503. OLE color: 11085503.

HSL color Cylindrical-coordinate representation of color #BF26A9: hue angle of 308.63º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF26A9 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19138169-
CMYK00.800.120.25
HSL308.63º66.81%44.9%-
HSV(B)308.63º80.1%74.9%-
XYZ29.3415.3338.95-
YUV98.68167.69193.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 38 (15.23% from 255) = 9.55%
BLUE value IS 169 (66.41% from 255) = 42.46%
R=47.99%
G=9.55%
B=42.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913816900.800.120.25308.6366.8144.9
HexBF26A9050C19135432d
Octal277462510120143146510355
Binary1011111110011010101001010100001100110011001101011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF26A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF26A9; }

 p { color: rgb(191,38,169); }

 H1.HeaderClassName
 {
   color: #BF26A9;
 }
 .AnyTagClassName
 {
   color: #BF26A9;
 }
</style>
background-color css

<style>
 a { background-color: #BF26A9; }

 a { background-color: rgb(191,38,169); }

 div.DivClassName
 {
   background-color: #BF26A9;
 }
 .BgClassName
 {
   background-color: #BF26A9;
 }
</style>
border-color css

<style>
 span { border-color: #BF26A9; }

 span { border-color: rgb(191,38,169); }

 td.TdClassName
 {
   border-color: #BF26A9;
 }
 .TagClassName
 {
   border-color: #BF26A9;
 }
</style>