#B504B2

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

Shades of Deep Magenta #B504B2

Tints of Deep Magenta #B504B2

Color information

#B504B2 (or 0xB504B2) is unknown color: approx Deep Magenta. HEX triplet: B5, 04 and B2. RGB value is (181,4,178). Sum of RGB (Red+Green+Blue) = 181+4+178=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B504B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B504B2 is #4AFB4D. Grayscale: #4C4C4C. Windows color (decimal): -4913998 or 11666613. OLE color: 11666613.

HSL color Cylindrical-coordinate representation of color #B504B2: hue angle of 301.02º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B504B2 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB1814178-
CMYK00.980.020.29
HSL301.02º95.68%36.27%-
HSV(B)301.02º97.79%70.98%-
XYZ27.1413.1243.22-
YUV76.76185.14202.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 4 (1.95% from 255) = 1.10%
BLUE value IS 178 (69.92% from 255) = 49.04%
R=49.86%
G=1.10%
B=49.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181417800.980.020.29301.0295.6836.27
HexB54B206221D12d6024
Octal2654262014223545514044
Binary10110101100101100100110001010111011001011011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B504B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B504B2; }

 p { color: rgb(181,4,178); }

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

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

 a { background-color: rgb(181,4,178); }

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

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

 span { border-color: rgb(181,4,178); }

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