Html Css Color HEX #BB0B6F Medium Violet Red

📋 copy color: '#BB0B6F'

red 187 ◦ green 11 ◦ blue 111

#BB0B6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BB0B6F

Tints of Medium Violet Red #BB0B6F

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 value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB0B6F (or 0xBB0B6F) is known color: 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

RGB 187 11 111 -
CMYK 0 0.94 0.41 0.27
HSL 325.91º 0.89% 0.39% -
HSV(B) 325.91º 0.94% 0.73% -
XYZ 23.48 11.95 16.11 -
YUV 75.02 148.31 207.87 -
System Red Green Blue C M Y K H S L
Decimal 187 11 111 0 0.94 0.41 0.27 325.91 0.89 0.39
Hex BB B 6F 0 5E 29 1B 146 59 27
Octal 273 13 157 0 136 51 33 506 131 47
Binary 10111011 1011 1101111 0 1011110 101001 11011 101000110 1011001 100111

Color Harmonies of #BB0B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0B6F

Black with #BB0B6F

Text Example


Text Example

White with #BB0B6F

Text Example


Text Example

HTML Codes & Css Web 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>