#B922B3

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

Shades of Deep Magenta #B922B3

Tints of Deep Magenta #B922B3

Color information

#B922B3 (or 0xB922B3) is unknown color: approx Deep Magenta. HEX triplet: B9, 22 and B3. RGB value is (185,34,179). Sum of RGB (Red+Green+Blue) = 185+34+179=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B922B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B922B3 is #46DD4C. Grayscale: #5F5F5F. Windows color (decimal): -4644173 or 11739833. OLE color: 11739833.

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

Color convert

RGB18534179-
CMYK00.820.030.27
HSL302.38º68.95%42.94%-
HSV(B)302.38º81.62%72.55%-
XYZ28.7214.7143.97-
YUV95.68175.03191.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.48%
GREEN value IS 34 (13.67% from 255) = 8.54%
BLUE value IS 179 (70.31% from 255) = 44.97%
R=46.48%
G=8.54%
B=44.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853417900.820.030.27302.3868.9542.94
HexB922B305231B12e452b
Octal27142263012233345610553
Binary10111001100010101100110101001011110111001011101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B922B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B922B3; }

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

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

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

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

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

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

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

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