Html Css Color HEX #BB0C6F Medium Violet Red

📋 copy color: '#BB0C6F'

red 187 ◦ green 12 ◦ blue 111

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

Shades of Medium Violet Red #BB0C6F

Tints of Medium Violet Red #BB0C6F

RGB

 RED value IS 187 (73.44% from 255) = 60.32%

 GREEN value IS 12 (5.08% from 255) = 3.87%

 BLUE value IS 111 (43.75% from 255) = 35.81%

R = 60.32%
G = 3.87%
B = 35.81%

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

#BB0C6F (or 0xBB0C6F) is known color: Medium Violet Red. HEX triplet: BB, 0C and 6F. RGB value is (187,12,111). Sum of RGB (Red+Green+Blue) = 187+12+111=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0C6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0C6F is #44F390. Grayscale: #4B4B4B. Windows color (decimal): -4518801 or 7277755. OLE color: 7277755.

HSL color Cylindrical-coordinate representation of color #BB0C6F: hue angle of 326.06º degrees, saturation: 0.88, 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 #BB0C6F is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 12 111 -
CMYK 0 0.94 0.41 0.27
HSL 326.06º 0.88% 0.39% -
HSV(B) 326.06º 0.94% 0.73% -
XYZ 23.49 11.98 16.11 -
YUV 75.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 187 12 111 0 0.94 0.41 0.27 326.06 0.88 0.39
Hex BB C 6F 0 5E 29 1B 146 58 27
Octal 273 14 157 0 136 51 33 506 130 47
Binary 10111011 1100 1101111 0 1011110 101001 11011 101000110 1011000 100111

Color Harmonies of #BB0C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0C6F

Black with #BB0C6F

Text Example


Text Example

White with #BB0C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0C6F; }

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

 H1.HeaderClassName
 {
   color: #BB0C6F;
 }
 .AnyTagClassName
 {
   color: #BB0C6F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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