Html Css Color HEX #BB2291 Medium Violet Red

📋 copy color: '#BB2291'

red 187 ◦ green 34 ◦ blue 145

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

Shades of Medium Violet Red #BB2291

Tints of Medium Violet Red #BB2291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.62%

R = 51.09%
G = 9.29%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#BB2291 (or 0xBB2291) is known color: Medium Violet Red. HEX triplet: BB, 22 and 91. RGB value is (187,34,145). Sum of RGB (Red+Green+Blue) = 187+34+145=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 34 (13.67% from 255 or 9.29% from 366); Blue value is 145 (57.03% from 255 or 39.62% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2291 is #44DD6E. Grayscale: #5C5C5C. Windows color (decimal): -4513135 or 9511611. OLE color: 9511611.

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

Color convert

RGB 187 34 145 -
CMYK 0 0.82 0.22 0.27
HSL 316.47º 0.69% 0.43% -
HSV(B) 316.47º 0.82% 0.73% -
XYZ 26.18 13.75 28.06 -
YUV 92.4 157.69 195.47 -
System Red Green Blue C M Y K H S L
Decimal 187 34 145 0 0.82 0.22 0.27 316.47 0.69 0.43
Hex BB 22 91 0 52 16 1B 13C 45 2B
Octal 273 42 221 0 122 26 33 474 105 53
Binary 10111011 100010 10010001 0 1010010 10110 11011 100111100 1000101 101011

Color Harmonies of #BB2291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2291

Black with #BB2291

Text Example


Text Example

White with #BB2291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2291; }

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

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

background-color css

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

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

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

border-color css

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

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

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