#BB2291

Color #BB2291 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BB2291

Tints of Medium Violet Red #BB2291

Color information

#BB2291 (or 0xBB2291) is unknown color: approx 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

RGB18734145-
CMYK00.820.220.27
HSL316.47º69.23%43.33%-
HSV(B)316.47º81.82%73.33%-
XYZ26.1813.7528.06-
YUV92.4157.69195.47-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873414500.820.220.27316.4769.2343.33
HexBB2291052161B13c452b
Octal273422210122263347410553
Binary10111011100010100100010101001010110110111001111001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>