Html Css Color HEX #BB0977 Medium Violet Red

📋 copy color: '#BB0977'

red 187 ◦ green 9 ◦ blue 119

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

Shades of Medium Violet Red #BB0977

Tints of Medium Violet Red #BB0977

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.86%

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

R = 59.37%
G = 2.86%
B = 37.78%

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

#BB0977 (or 0xBB0977) is known color: Medium Violet Red. HEX triplet: BB, 09 and 77. RGB value is (187,9,119). Sum of RGB (Red+Green+Blue) = 187+9+119=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0977 is #44F688. Grayscale: #4A4A4A. Windows color (decimal): -4519561 or 7801275. OLE color: 7801275.

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

Color convert

RGB 187 9 119 -
CMYK 0 0.95 0.36 0.27
HSL 322.92º 0.91% 0.38% -
HSV(B) 322.92º 0.95% 0.73% -
XYZ 23.92 12.09 18.53 -
YUV 74.76 152.97 208.06 -
System Red Green Blue C M Y K H S L
Decimal 187 9 119 0 0.95 0.36 0.27 322.92 0.91 0.38
Hex BB 9 77 0 5F 24 1B 143 5B 26
Octal 273 11 167 0 137 44 33 503 133 46
Binary 10111011 1001 1110111 0 1011111 100100 11011 101000011 1011011 100110

Color Harmonies of #BB0977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0977

Black with #BB0977

Text Example


Text Example

White with #BB0977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0977; }

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

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

background-color css

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

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

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

border-color css

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

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

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