#B509CC

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

Shades of Deep Magenta #B509CC

Tints of Deep Magenta #B509CC

Color information

#B509CC (or 0xB509CC) is unknown color: approx Deep Magenta. HEX triplet: B5, 09 and CC. RGB value is (181,9,204). Sum of RGB (Red+Green+Blue) = 181+9+204=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 9 (3.91% from 255 or 2.28% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #B509CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B509CC is #4AF633. Grayscale: #525252. Windows color (decimal): -4912692 or 13371829. OLE color: 13371829.

HSL color Cylindrical-coordinate representation of color #B509CC: hue angle of 292.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B509CC is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1819204-
CMYK0.110.9600.2
HSL292.92º91.55%41.76%-
HSV(B)292.92º95.59%80%-
XYZ30.0514.3858.32-
YUV82.66196.48198.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.94%
GREEN value IS 9 (3.91% from 255) = 2.28%
BLUE value IS 204 (80.08% from 255) = 51.78%
R=45.94%
G=2.28%
B=51.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18192040.110.9600.2292.9291.5541.76
HexB59CCB600141255c2a
Octal265113141314002444513452
Binary10110101100111001100101111000000101001001001011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B509CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B509CC; }

 p { color: rgb(181,9,204); }

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

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

 a { background-color: rgb(181,9,204); }

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

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

 span { border-color: rgb(181,9,204); }

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