#BB0B6F

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

Shades of Medium Violet Red #BB0B6F

Tints of Medium Violet Red #BB0B6F

Color information

#BB0B6F (or 0xBB0B6F) is unknown color: approx Medium Violet Red. HEX triplet: BB, 0B and 6F. RGB value is (187,11,111). Sum of RGB (Red+Green+Blue) = 187+11+111=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0B6F is #44F490. Grayscale: #4A4A4A. Windows color (decimal): -4519057 or 7277499. OLE color: 7277499.

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

Color convert

RGB18711111-
CMYK00.940.410.27
HSL325.91º88.89%38.82%-
HSV(B)325.91º94.12%73.33%-
XYZ23.4811.9516.11-
YUV75.02148.31207.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.52%
GREEN value IS 11 (4.69% from 255) = 3.56%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=60.52%
G=3.56%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871111100.940.410.27325.9188.8938.82
HexBBB6F05E291B1465927
Octal273131570136513350613147
Binary101110111011110111101011110101001110111010001101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0B6F; }

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

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

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

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

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

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

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

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