#B321B1

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

Shades of Deep Magenta #B321B1

Tints of Deep Magenta #B321B1

Color information

#B321B1 (or 0xB321B1) is unknown color: approx Deep Magenta. HEX triplet: B3, 21 and B1. RGB value is (179,33,177). Sum of RGB (Red+Green+Blue) = 179+33+177=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B321B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B321B1 is #4CDE4E. Grayscale: #5C5C5C. Windows color (decimal): -5037647 or 11608499. OLE color: 11608499.

HSL color Cylindrical-coordinate representation of color #B321B1: hue angle of 300.82º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B321B1 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.30.

Color convert

RGB17933177-
CMYK00.820.010.30
HSL300.82º68.87%41.57%-
HSV(B)300.82º81.56%70.2%-
XYZ27.0713.8542.84-
YUV93.07175.37189.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.02%
GREEN value IS 33 (13.28% from 255) = 8.48%
BLUE value IS 177 (69.53% from 255) = 45.50%
R=46.02%
G=8.48%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.01
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793317700.820.010.30300.8268.8741.57
HexB321B105211E12d452a
Octal26341261012213645510552
Binary1011001110000110110001010100101111101001011011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B321B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B321B1; }

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

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

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

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

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

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

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

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