#B504C5

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

Shades of Deep Magenta #B504C5

Tints of Deep Magenta #B504C5

Color information

#B504C5 (or 0xB504C5) is unknown color: approx Deep Magenta. HEX triplet: B5, 04 and C5. RGB value is (181,4,197). Sum of RGB (Red+Green+Blue) = 181+4+197=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 197 (77.34% from 255 or 51.57% from 382); Max value from RGB is 197 - color contains mainly: blue. Hex color #B504C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504C5 is #4AFB3A. Grayscale: #4E4E4E. Windows color (decimal): -4913979 or 12911797. OLE color: 12911797.

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

Color convert

RGB1814197-
CMYK0.080.9800.23
HSL295.03º96.02%39.41%-
HSV(B)295.03º97.97%77.25%-
XYZ29.1813.9453.98-
YUV78.92194.64200.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 4 (1.95% from 255) = 1.05%
BLUE value IS 197 (77.34% from 255) = 51.57%
R=47.38%
G=1.05%
B=51.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18141970.080.9800.23295.0396.0239.41
HexB54C58620171276027
Octal26543051014202744714047
Binary1011010110011000101100011000100101111001001111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B504C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B504C5; }

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

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

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

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

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

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

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

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