Html Css Color HEX #BB3576 Medium Red Violet

📋 copy color: '#BB3576'

red 187 ◦ green 53 ◦ blue 118

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

Shades of Medium Red Violet #BB3576

Tints of Medium Red Violet #BB3576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.8%

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

R = 52.23%
G = 14.8%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB3576 (or 0xBB3576) is known color: Medium Red Violet. HEX triplet: BB, 35 and 76. RGB value is (187,53,118). Sum of RGB (Red+Green+Blue) = 187+53+118=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3576 is #44CA89. Grayscale: #646464. Windows color (decimal): -4508298 or 7747003. OLE color: 7747003.

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

Color convert

RGB 187 53 118 -
CMYK 0 0.72 0.37 0.27
HSL 330.9º 0.56% 0.47% -
HSV(B) 330.9º 0.72% 0.73% -
XYZ 25.04 14.42 18.6 -
YUV 100.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 187 53 118 0 0.72 0.37 0.27 330.9 0.56 0.47
Hex BB 35 76 0 48 25 1B 14B 38 2F
Octal 273 65 166 0 110 45 33 513 70 57
Binary 10111011 110101 1110110 0 1001000 100101 11011 101001011 111000 101111

Color Harmonies of #BB3576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3576

Black with #BB3576

Text Example


Text Example

White with #BB3576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3576; }

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

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

background-color css

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

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

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

border-color css

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

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

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