Html Css Color HEX #BB2276 Medium Red Violet

📋 copy color: '#BB2276'

red 187 ◦ green 34 ◦ blue 118

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

Shades of Medium Red Violet #BB2276

Tints of Medium Red Violet #BB2276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.03%

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

R = 55.16%
G = 10.03%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB2276 (or 0xBB2276) is known color: Medium Red Violet. HEX triplet: BB, 22 and 76. RGB value is (187,34,118). Sum of RGB (Red+Green+Blue) = 187+34+118=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2276 is #44DD89. Grayscale: #595959. Windows color (decimal): -4513162 or 7742139. OLE color: 7742139.

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

Color convert

RGB 187 34 118 -
CMYK 0 0.82 0.37 0.27
HSL 327.06º 0.69% 0.43% -
HSV(B) 327.06º 0.82% 0.73% -
XYZ 24.34 13.02 18.37 -
YUV 89.32 144.19 197.67 -
System Red Green Blue C M Y K H S L
Decimal 187 34 118 0 0.82 0.37 0.27 327.06 0.69 0.43
Hex BB 22 76 0 52 25 1B 147 45 2B
Octal 273 42 166 0 122 45 33 507 105 53
Binary 10111011 100010 1110110 0 1010010 100101 11011 101000111 1000101 101011

Color Harmonies of #BB2276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2276

Black with #BB2276

Text Example


Text Example

White with #BB2276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2276; }

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

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

background-color css

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

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

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

border-color css

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

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

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