#B60CD1

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

Shades of Deep Magenta #B60CD1

Tints of Deep Magenta #B60CD1

Color information

#B60CD1 (or 0xB60CD1) is unknown color: approx Deep Magenta. HEX triplet: B6, 0C and D1. RGB value is (182,12,209). Sum of RGB (Red+Green+Blue) = 182+12+209=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #B60CD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CD1 is #49F32E. Grayscale: #545454. Windows color (decimal): -4846383 or 13700278. OLE color: 13700278.

HSL color Cylindrical-coordinate representation of color #B60CD1: hue angle of 291.78º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60CD1 is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18212209-
CMYK0.130.9400.18
HSL291.78º89.14%43.33%-
HSV(B)291.78º94.26%81.96%-
XYZ30.9314.8161.55-
YUV85.29197.82196.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 12 (5.08% from 255) = 2.98%
BLUE value IS 209 (82.03% from 255) = 51.86%
R=45.16%
G=2.98%
B=51.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal182122090.130.9400.18291.7889.1443.33
HexB6CD1D5E012124592b
Octal266143211513602244413153
Binary10110110110011010001110110111100100101001001001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60CD1; }

 p { color: rgb(182,12,209); }

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

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

 a { background-color: rgb(182,12,209); }

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

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

 span { border-color: rgb(182,12,209); }

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