Html Css Color HEX #BB2271 Medium Red Violet

📋 copy color: '#BB2271'

red 187 ◦ green 34 ◦ blue 113

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

Shades of Medium Red Violet #BB2271

Tints of Medium Red Violet #BB2271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.83%

R = 55.99%
G = 10.18%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB2271 (or 0xBB2271) is known color: Medium Red Violet. HEX triplet: BB, 22 and 71. RGB value is (187,34,113). Sum of RGB (Red+Green+Blue) = 187+34+113=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2271 is #44DD8E. Grayscale: #585858. Windows color (decimal): -4513167 or 7414459. OLE color: 7414459.

HSL color Cylindrical-coordinate representation of color #BB2271: hue angle of 329.02º 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 #BB2271 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 34 113 -
CMYK 0 0.82 0.40 0.27
HSL 329.02º 0.69% 0.43% -
HSV(B) 329.02º 0.82% 0.73% -
XYZ 24.05 12.9 16.85 -
YUV 88.75 141.69 198.08 -
System Red Green Blue C M Y K H S L
Decimal 187 34 113 0 0.82 0.40 0.27 329.02 0.69 0.43
Hex BB 22 71 0 52 28 1B 149 45 2B
Octal 273 42 161 0 122 50 33 511 105 53
Binary 10111011 100010 1110001 0 1010010 101000 11011 101001001 1000101 101011

Color Harmonies of #BB2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2271

Black with #BB2271

Text Example


Text Example

White with #BB2271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2271; }

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

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

background-color css

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

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

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

border-color css

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

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

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