Html Css Color HEX #BB22AF Deep Magenta

📋 copy color: '#BB22AF'

red 187 ◦ green 34 ◦ blue 175

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

Shades of Deep Magenta #BB22AF

Tints of Deep Magenta #BB22AF

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 value IS 0

 M value IS 0.82

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#BB22AF (or 0xBB22AF) is known color: 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

RGB 187 34 175 -
CMYK 0 0.82 0.06 0.27
HSL 304.71º 0.69% 0.43% -
HSV(B) 304.71º 0.82% 0.73% -
XYZ 28.8 14.8 41.9 -
YUV 95.82 172.69 193.04 -
System Red Green Blue C M Y K H S L
Decimal 187 34 175 0 0.82 0.06 0.27 304.71 0.69 0.43
Hex BB 22 AF 0 52 6 1B 131 45 2B
Octal 273 42 257 0 122 6 33 461 105 53
Binary 10111011 100010 10101111 0 1010010 110 11011 100110001 1000101 101011

Color Harmonies of #BB22AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB22AF

Black with #BB22AF

Text Example


Text Example

White with #BB22AF

Text Example


Text Example

HTML Codes & Css Web 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>