Html Css Color HEX #BB0E77 Medium Violet Red

📋 copy color: '#BB0E77'

red 187 ◦ green 14 ◦ blue 119

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

Shades of Medium Violet Red #BB0E77

Tints of Medium Violet Red #BB0E77

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.38%

 BLUE value IS 119 (46.88% from 255) = 37.19%

R = 58.44%
G = 4.38%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB0E77 (or 0xBB0E77) is known color: Medium Violet Red. HEX triplet: BB, 0E and 77. RGB value is (187,14,119). Sum of RGB (Red+Green+Blue) = 187+14+119=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 14 (5.86% from 255 or 4.38% from 320); Blue value is 119 (46.88% from 255 or 37.19% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0E77 is #44F188. Grayscale: #4D4D4D. Windows color (decimal): -4518281 or 7802555. OLE color: 7802555.

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

Color convert

RGB 187 14 119 -
CMYK 0 0.93 0.36 0.27
HSL 323.58º 0.86% 0.39% -
HSV(B) 323.58º 0.93% 0.73% -
XYZ 23.98 12.21 18.55 -
YUV 77.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 187 14 119 0 0.93 0.36 0.27 323.58 0.86 0.39
Hex BB E 77 0 5D 24 1B 144 56 27
Octal 273 16 167 0 135 44 33 504 126 47
Binary 10111011 1110 1110111 0 1011101 100100 11011 101000100 1010110 100111

Color Harmonies of #BB0E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0E77

Black with #BB0E77

Text Example


Text Example

White with #BB0E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0E77; }

 p { color: rgb(187,14,119); }

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

background-color css

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

 a { background-color: rgb(187,14,119); }

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

border-color css

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

 span { border-color: rgb(187,14,119); }

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