Html Css Color HEX #BB0776 Medium Violet Red

📋 copy color: '#BB0776'

red 187 ◦ green 7 ◦ blue 118

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

Shades of Medium Violet Red #BB0776

Tints of Medium Violet Red #BB0776

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.24%

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

R = 59.94%
G = 2.24%
B = 37.82%

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

#BB0776 (or 0xBB0776) is known color: Medium Violet Red. HEX triplet: BB, 07 and 76. RGB value is (187,7,118). Sum of RGB (Red+Green+Blue) = 187+7+118=312 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.94% from 312); Green value is 7 (3.12% from 255 or 2.24% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0776 is #44F889. Grayscale: #494949. Windows color (decimal): -4520074 or 7735227. OLE color: 7735227.

HSL color Cylindrical-coordinate representation of color #BB0776: hue angle of 323º degrees, saturation: 0.93, 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 #BB0776 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 7 118 -
CMYK 0 0.96 0.37 0.27
HSL 323º 0.93% 0.38% -
HSV(B) 323º 0.96% 0.73% -
XYZ 23.84 12.02 18.2 -
YUV 73.47 153.13 208.97 -
System Red Green Blue C M Y K H S L
Decimal 187 7 118 0 0.96 0.37 0.27 323 0.93 0.38
Hex BB 7 76 0 60 25 1B 143 5D 26
Octal 273 7 166 0 140 45 33 503 135 46
Binary 10111011 111 1110110 0 1100000 100101 11011 101000011 1011101 100110

Color Harmonies of #BB0776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0776

Black with #BB0776

Text Example


Text Example

White with #BB0776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0776; }

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

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

background-color css

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

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

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

border-color css

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

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

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