#B60CD5

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

Shades of Deep Magenta #B60CD5

Tints of Deep Magenta #B60CD5

Color information

#B60CD5 (or 0xB60CD5) is unknown color: approx Deep Magenta. HEX triplet: B6, 0C and D5. RGB value is (182,12,213). Sum of RGB (Red+Green+Blue) = 182+12+213=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 12 (5.08% from 255 or 2.95% from 407); Blue value is 213 (83.59% from 255 or 52.33% from 407); Max value from RGB is 213 - color contains mainly: blue. Hex color #B60CD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60CD5 is #49F32A. Grayscale: #555555. Windows color (decimal): -4846379 or 13962422. OLE color: 13962422.

HSL color Cylindrical-coordinate representation of color #B60CD5: hue angle of 290.75º 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 #B60CD5 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18212213-
CMYK0.150.9400.16
HSL290.75º89.33%44.12%-
HSV(B)290.75º94.37%83.53%-
XYZ31.4315.0164.19-
YUV85.74199.82196.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 12 (5.08% from 255) = 2.95%
BLUE value IS 213 (83.59% from 255) = 52.33%
R=44.72%
G=2.95%
B=52.33%

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
Decimal182122130.150.9400.16290.7589.3344.12
HexB6CD5F5E010123592c
Octal266143251713602044313154
Binary10110110110011010101111110111100100001001000111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60CD5; }

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

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

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

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

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

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

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

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