#B522B4

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

Shades of Deep Magenta #B522B4

Tints of Deep Magenta #B522B4

Color information

#B522B4 (or 0xB522B4) is unknown color: approx Deep Magenta. HEX triplet: B5, 22 and B4. RGB value is (181,34,180). Sum of RGB (Red+Green+Blue) = 181+34+180=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 34 (13.67% from 255 or 8.61% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 181 - color contains mainly: red. Hex color #B522B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B522B4 is #4ADD4B. Grayscale: #5E5E5E. Windows color (decimal): -4906316 or 11805365. OLE color: 11805365.

HSL color Cylindrical-coordinate representation of color #B522B4: hue angle of 300.41º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B522B4 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18134180-
CMYK00.810.010.29
HSL300.41º68.37%42.16%-
HSV(B)300.41º81.22%70.98%-
XYZ27.8714.2644.46-
YUV94.6176.2189.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.82%
GREEN value IS 34 (13.67% from 255) = 8.61%
BLUE value IS 180 (70.70% from 255) = 45.57%
R=45.82%
G=8.61%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813418000.810.010.29300.4168.3742.16
HexB522B405111D12c442a
Octal26542264012113545410452
Binary1011010110001010110100010100011111011001011001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B522B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B522B4; }

 p { color: rgb(181,34,180); }

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

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

 a { background-color: rgb(181,34,180); }

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

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

 span { border-color: rgb(181,34,180); }

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