#BB0F6F

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

Shades of Medium Violet Red #BB0F6F

Tints of Medium Violet Red #BB0F6F

Color information

#BB0F6F (or 0xBB0F6F) is unknown color: approx Medium Violet Red. HEX triplet: BB, 0F and 6F. RGB value is (187,15,111). Sum of RGB (Red+Green+Blue) = 187+15+111=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0F6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0F6F is #44F090. Grayscale: #4D4D4D. Windows color (decimal): -4518033 or 7278523. OLE color: 7278523.

HSL color Cylindrical-coordinate representation of color #BB0F6F: hue angle of 326.51º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB0F6F is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB18715111-
CMYK00.920.410.27
HSL326.51º85.15%39.61%-
HSV(B)326.51º91.98%73.33%-
XYZ23.5312.0516.13-
YUV77.37146.98206.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 59.74%
GREEN value IS 15 (6.25% from 255) = 4.79%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=59.74%
G=4.79%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871511100.920.410.27326.5185.1539.61
HexBBF6F05C291B1475528
Octal273171570134513350712550
Binary101110111111110111101011100101001110111010001111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0F6F; }

 p { color: rgb(187,15,111); }

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

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

 a { background-color: rgb(187,15,111); }

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

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

 span { border-color: rgb(187,15,111); }

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