#B60CD6

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

Shades of Deep Magenta #B60CD6

Tints of Deep Magenta #B60CD6

Color information

#B60CD6 (or 0xB60CD6) is unknown color: approx Deep Magenta. HEX triplet: B6, 0C and D6. RGB value is (182,12,214). Sum of RGB (Red+Green+Blue) = 182+12+214=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 12 (5.08% from 255 or 2.94% from 408); Blue value is 214 (83.98% from 255 or 52.45% from 408); Max value from RGB is 214 - color contains mainly: blue. Hex color #B60CD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CD6 is #49F329. Grayscale: #555555. Windows color (decimal): -4846378 or 14027958. OLE color: 14027958.

HSL color Cylindrical-coordinate representation of color #B60CD6: hue angle of 290.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60CD6 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18212214-
CMYK0.150.9400.16
HSL290.5º89.38%44.31%-
HSV(B)290.5º94.39%83.92%-
XYZ31.5615.0664.86-
YUV85.86200.32196.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 12 (5.08% from 255) = 2.94%
BLUE value IS 214 (83.98% from 255) = 52.45%
R=44.61%
G=2.94%
B=52.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal182122140.150.9400.16290.589.3844.31
HexB6CD6F5E010122592c
Octal266143261713602044213154
Binary10110110110011010110111110111100100001001000101011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60CD6; }

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

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

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

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

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

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

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

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