#BF11A8

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

Shades of Medium Violet Red #BF11A8

Tints of Medium Violet Red #BF11A8

Color information

#BF11A8 (or 0xBF11A8) is unknown color: approx Medium Violet Red. HEX triplet: BF, 11 and A8. RGB value is (191,17,168). Sum of RGB (Red+Green+Blue) = 191+17+168=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF11A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF11A8 is #40EE57. Grayscale: #555555. Windows color (decimal): -4255320 or 11014591. OLE color: 11014591.

HSL color Cylindrical-coordinate representation of color #BF11A8: hue angle of 307.93º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF11A8 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB19117168-
CMYK00.910.120.25
HSL307.93º83.65%40.78%-
HSV(B)307.93º91.1%74.9%-
XYZ28.7514.338.29-
YUV86.24174.15202.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 17 (7.03% from 255) = 4.52%
BLUE value IS 168 (66.02% from 255) = 44.68%
R=50.80%
G=4.52%
B=44.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911716800.910.120.25307.9383.6540.78
HexBF11A805BC191345429
Octal277212500133143146412451
Binary101111111000110101000010110111100110011001101001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF11A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF11A8; }

 p { color: rgb(191,17,168); }

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

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

 a { background-color: rgb(191,17,168); }

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

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

 span { border-color: rgb(191,17,168); }

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