#B504C2

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

Shades of Deep Magenta #B504C2

Tints of Deep Magenta #B504C2

Color information

#B504C2 (or 0xB504C2) is unknown color: approx Deep Magenta. HEX triplet: B5, 04 and C2. RGB value is (181,4,194). Sum of RGB (Red+Green+Blue) = 181+4+194=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 194 (76.17% from 255 or 51.19% from 379); Max value from RGB is 194 - color contains mainly: blue. Hex color #B504C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504C2 is #4AFB3D. Grayscale: #4E4E4E. Windows color (decimal): -4913982 or 12715189. OLE color: 12715189.

HSL color Cylindrical-coordinate representation of color #B504C2: hue angle of 295.89º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B504C2 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1814194-
CMYK0.070.9800.24
HSL295.89º95.96%38.82%-
HSV(B)295.89º97.94%76.08%-
XYZ28.8413.8152.18-
YUV78.58193.14201.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.76%
GREEN value IS 4 (1.95% from 255) = 1.06%
BLUE value IS 194 (76.17% from 255) = 51.19%
R=47.76%
G=1.06%
B=51.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18141940.070.9800.24295.8995.9638.82
HexB54C27620181286027
Octal2654302714203045014047
Binary101101011001100001011111000100110001001010001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B504C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B504C2; }

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

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

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

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

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

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

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

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