#B922AE

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

Shades of Deep Magenta #B922AE

Tints of Deep Magenta #B922AE

Color information

#B922AE (or 0xB922AE) is unknown color: approx Deep Magenta. HEX triplet: B9, 22 and AE. RGB value is (185,34,174). Sum of RGB (Red+Green+Blue) = 185+34+174=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B922AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B922AE is #46DD51. Grayscale: #5E5E5E. Windows color (decimal): -4644178 or 11412153. OLE color: 11412153.

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

Color convert

RGB18534174-
CMYK00.820.060.27
HSL304.37º68.95%42.94%-
HSV(B)304.37º81.62%72.55%-
XYZ28.2214.5141.36-
YUV95.11172.53192.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 34 (13.67% from 255) = 8.65%
BLUE value IS 174 (68.36% from 255) = 44.27%
R=47.07%
G=8.65%
B=44.27%

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
Decimal1853417400.820.060.27304.3768.9542.94
HexB922AE05261B130452b
Octal27142256012263346010553
Binary101110011000101010111001010010110110111001100001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B922AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B922AE; }

 p { color: rgb(185,34,174); }

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

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

 a { background-color: rgb(185,34,174); }

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

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

 span { border-color: rgb(185,34,174); }

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