Html Css Color HEX #BB0876 Medium Violet Red

📋 copy color: '#BB0876'

red 187 ◦ green 8 ◦ blue 118

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

Shades of Medium Violet Red #BB0876

Tints of Medium Violet Red #BB0876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 59.74%
G = 2.56%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB0876 (or 0xBB0876) is known color: Medium Violet Red. HEX triplet: BB, 08 and 76. RGB value is (187,8,118). Sum of RGB (Red+Green+Blue) = 187+8+118=313 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.74% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0876 is #44F789. Grayscale: #494949. Windows color (decimal): -4519818 or 7735483. OLE color: 7735483.

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

Color convert

RGB 187 8 118 -
CMYK 0 0.96 0.37 0.27
HSL 323.13º 0.92% 0.38% -
HSV(B) 323.13º 0.96% 0.73% -
XYZ 23.85 12.05 18.21 -
YUV 74.06 152.8 208.56 -
System Red Green Blue C M Y K H S L
Decimal 187 8 118 0 0.96 0.37 0.27 323.13 0.92 0.38
Hex BB 8 76 0 60 25 1B 143 5C 26
Octal 273 10 166 0 140 45 33 503 134 46
Binary 10111011 1000 1110110 0 1100000 100101 11011 101000011 1011100 100110

Color Harmonies of #BB0876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0876

Black with #BB0876

Text Example


Text Example

White with #BB0876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0876; }

 p { color: rgb(187,8,118); }

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

background-color css

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

 a { background-color: rgb(187,8,118); }

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

border-color css

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

 span { border-color: rgb(187,8,118); }

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