Html Css Color HEX #BB0A77 Medium Violet Red

📋 copy color: '#BB0A77'

red 187 ◦ green 10 ◦ blue 119

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

Shades of Medium Violet Red #BB0A77

Tints of Medium Violet Red #BB0A77

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.16%

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

R = 59.18%
G = 3.16%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB0A77 (or 0xBB0A77) is known color: Medium Violet Red. HEX triplet: BB, 0A and 77. RGB value is (187,10,119). Sum of RGB (Red+Green+Blue) = 187+10+119=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 10 (4.30% from 255 or 3.16% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0A77 is #44F588. Grayscale: #4B4B4B. Windows color (decimal): -4519305 or 7801531. OLE color: 7801531.

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

Color convert

RGB 187 10 119 -
CMYK 0 0.95 0.36 0.27
HSL 323.05º 0.9% 0.39% -
HSV(B) 323.05º 0.95% 0.73% -
XYZ 23.93 12.11 18.53 -
YUV 75.35 152.64 207.64 -
System Red Green Blue C M Y K H S L
Decimal 187 10 119 0 0.95 0.36 0.27 323.05 0.9 0.39
Hex BB A 77 0 5F 24 1B 143 5A 27
Octal 273 12 167 0 137 44 33 503 132 47
Binary 10111011 1010 1110111 0 1011111 100100 11011 101000011 1011010 100111

Color Harmonies of #BB0A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A77

Black with #BB0A77

Text Example


Text Example

White with #BB0A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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