#B521BD

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

Shades of Deep Magenta #B521BD

Tints of Deep Magenta #B521BD

Color information

#B521BD (or 0xB521BD) is unknown color: approx Deep Magenta. HEX triplet: B5, 21 and BD. RGB value is (181,33,189). Sum of RGB (Red+Green+Blue) = 181+33+189=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 33 (13.28% from 255 or 8.19% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #B521BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521BD is #4ADE42. Grayscale: #5E5E5E. Windows color (decimal): -4906563 or 12394933. OLE color: 12394933.

HSL color Cylindrical-coordinate representation of color #B521BD: hue angle of 296.92º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B521BD is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18133189-
CMYK0.040.8300.26
HSL296.92º70.27%43.53%-
HSV(B)296.92º82.54%74.12%-
XYZ28.7914.5949.44-
YUV95.04181.03189.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.91%
GREEN value IS 33 (13.28% from 255) = 8.19%
BLUE value IS 189 (74.22% from 255) = 46.90%
R=44.91%
G=8.19%
B=46.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181331890.040.8300.26296.9270.2743.53
HexB521BD45301A129462c
Octal26541275412303245110654
Binary101101011000011011110110010100110110101001010011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B521BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B521BD; }

 p { color: rgb(181,33,189); }

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

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

 a { background-color: rgb(181,33,189); }

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

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

 span { border-color: rgb(181,33,189); }

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