#B921B6

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

Shades of Deep Magenta #B921B6

Tints of Deep Magenta #B921B6

Color information

#B921B6 (or 0xB921B6) is unknown color: approx Deep Magenta. HEX triplet: B9, 21 and B6. RGB value is (185,33,182). Sum of RGB (Red+Green+Blue) = 185+33+182=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 185 - color contains mainly: red. Hex color #B921B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921B6 is #46DE49. Grayscale: #5E5E5E. Windows color (decimal): -4644426 or 11936185. OLE color: 11936185.

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

Color convert

RGB18533182-
CMYK00.820.020.27
HSL301.18º69.72%42.75%-
HSV(B)301.18º82.16%72.55%-
XYZ28.9914.7845.58-
YUV95.43176.86191.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 33 (13.28% from 255) = 8.25%
BLUE value IS 182 (71.48% from 255) = 45.5%
R=46.25%
G=8.25%
B=45.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1853318200.820.020.27301.1869.7242.75
HexB921B605221B12d462b
Octal27141266012223345510653
Binary10111001100001101101100101001010110111001011011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B921B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B921B6; }

 p { color: rgb(185,33,182); }

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

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

 a { background-color: rgb(185,33,182); }

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

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

 span { border-color: rgb(185,33,182); }

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