#B821B3

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

Shades of Deep Magenta #B821B3

Tints of Deep Magenta #B821B3

Color information

#B821B3 (or 0xB821B3) is unknown color: approx Deep Magenta. HEX triplet: B8, 21 and B3. RGB value is (184,33,179). Sum of RGB (Red+Green+Blue) = 184+33+179=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B821B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821B3 is #47DE4C. Grayscale: #5E5E5E. Windows color (decimal): -4709965 or 11739576. OLE color: 11739576.

HSL color Cylindrical-coordinate representation of color #B821B3: hue angle of 301.99º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B821B3 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18433179-
CMYK00.820.030.28
HSL301.99º69.59%42.55%-
HSV(B)301.99º82.07%72.16%-
XYZ28.4514.5343.95-
YUV94.79175.53191.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 33 (13.28% from 255) = 8.33%
BLUE value IS 179 (70.31% from 255) = 45.20%
R=46.46%
G=8.33%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1843317900.820.030.28301.9969.5942.55
HexB821B305231C12e462b
Octal27041263012233445610653
Binary10111000100001101100110101001011111001001011101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B821B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B821B3; }

 p { color: rgb(184,33,179); }

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

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

 a { background-color: rgb(184,33,179); }

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

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

 span { border-color: rgb(184,33,179); }

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