#b721b2

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

Shades of Deep Magenta #B721B2

Tints of Deep Magenta #B721B2

Color information

#B721B2 (or 0xB721B2) is unknown color: approx Deep Magenta. HEX triplet: B7, 21 and B2. RGB value is (183,33,178). Sum of RGB (Red+Green+Blue) = 183+33+178=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 33 (13.28% from 255 or 8.38% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B721B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721B2 is #48DE4D. Grayscale: #5D5D5D. Windows color (decimal): -4775502 or 11674039. OLE color: 11674039.

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

Color convert

RGB18333178-
CMYK00.820.030.28
HSL302º69.44%42.35%-
HSV(B)302º81.97%71.76%-
XYZ28.1114.3743.41-
YUV94.38175.2191.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.45%
GREEN value IS 33 (13.28% from 255) = 8.38%
BLUE value IS 178 (69.92% from 255) = 45.18%
R=46.45%
G=8.38%
B=45.18%

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
Decimal1833317800.820.030.2830269.4442.35
HexB721B205231C12e452a
Octal26741262012233445610552
Binary10110111100001101100100101001011111001001011101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b721b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b721b2; }

 p { color: rgb(183,33,178); }

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

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

 a { background-color: rgb(183,33,178); }

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

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

 span { border-color: rgb(183,33,178); }

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