#BB22AF

Color #BB22AF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BB22AF

Tints of Deep Magenta #BB22AF

Color information

#BB22AF (or 0xBB22AF) is unknown color: approx Deep Magenta. HEX triplet: BB, 22 and AF. RGB value is (187,34,175). Sum of RGB (Red+Green+Blue) = 187+34+175=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 175 (68.75% from 255 or 44.19% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB22AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB22AF is #44DD50. Grayscale: #5F5F5F. Windows color (decimal): -4513105 or 11477691. OLE color: 11477691.

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

Color convert

RGB18734175-
CMYK00.820.060.27
HSL304.71º69.23%43.33%-
HSV(B)304.71º81.82%73.33%-
XYZ28.814.841.9-
YUV95.82172.69193.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.22%
GREEN value IS 34 (13.67% from 255) = 8.59%
BLUE value IS 175 (68.75% from 255) = 44.19%
R=47.22%
G=8.59%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873417500.820.060.27304.7169.2343.33
HexBB22AF05261B131452b
Octal27342257012263346110553
Binary101110111000101010111101010010110110111001100011000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB22AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB22AF; }

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

 H1.HeaderClassName
 {
   color: #BB22AF;
 }
 .AnyTagClassName
 {
   color: #BB22AF;
 }
</style>
background-color css

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

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

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

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

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

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