#BF0B76

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

Shades of Medium Violet Red #BF0B76

Tints of Medium Violet Red #BF0B76

Color information

#BF0B76 (or 0xBF0B76) is unknown color: approx Medium Violet Red. HEX triplet: BF, 0B and 76. RGB value is (191,11,118). Sum of RGB (Red+Green+Blue) = 191+11+118=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0B76 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF0B76 is #40F489. Grayscale: #4C4C4C. Windows color (decimal): -4256906 or 7736255. OLE color: 7736255.

HSL color Cylindrical-coordinate representation of color #BF0B76: hue angle of 324.33º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0B76 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19111118-
CMYK00.940.380.25
HSL324.33º89.11%39.61%-
HSV(B)324.33º94.24%74.9%-
XYZ24.8812.6218.27-
YUV77.02151.13209.3-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.69%
GREEN value IS 11 (4.69% from 255) = 3.44%
BLUE value IS 118 (46.48% from 255) = 36.88%
R=59.69%
G=3.44%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911111800.940.380.25324.3389.1139.61
HexBFB7605E26191445928
Octal277131660136463150413150
Binary101111111011111011001011110100110110011010001001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF0B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF0B76; }

 p { color: rgb(191,11,118); }

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

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

 a { background-color: rgb(191,11,118); }

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

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

 span { border-color: rgb(191,11,118); }

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