Html Css Color HEX #BB0076 Medium Violet Red

📋 copy color: '#BB0076'

red 187 ◦ green 0 ◦ blue 118

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

Shades of Medium Violet Red #BB0076

Tints of Medium Violet Red #BB0076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.31%
G = 0%
B = 38.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB0076 (or 0xBB0076) is known color: Medium Violet Red. HEX triplet: BB, 00 and 76. RGB value is (187,0,118). Sum of RGB (Red+Green+Blue) = 187+0+118=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0076 is #44FF89. Grayscale: #454545. Windows color (decimal): -4521866 or 7733435. OLE color: 7733435.

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

Color convert

RGB 187 0 118 -
CMYK 0 1 0.37 0.27
HSL 322.14º 1% 0.37% -
HSV(B) 322.14º 1% 0.73% -
XYZ 23.76 11.87 18.18 -
YUV 69.37 155.45 211.91 -
System Red Green Blue C M Y K H S L
Decimal 187 0 118 0 1 0.37 0.27 322.14 1 0.37
Hex BB 0 76 0 64 25 1B 142 64 25
Octal 273 0 166 0 144 45 33 502 144 45
Binary 10111011 0 1110110 0 1100100 100101 11011 101000010 1100100 100101

Color Harmonies of #BB0076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0076

Black with #BB0076

Text Example


Text Example

White with #BB0076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0076; }

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

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

background-color css

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

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

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

border-color css

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

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

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