#B60DD8

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

Shades of Deep Magenta #B60DD8

Tints of Deep Magenta #B60DD8

Color information

#B60DD8 (or 0xB60DD8) is unknown color: approx Deep Magenta. HEX triplet: B6, 0D and D8. RGB value is (182,13,216). Sum of RGB (Red+Green+Blue) = 182+13+216=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 13 (5.47% from 255 or 3.16% from 411); Blue value is 216 (84.77% from 255 or 52.55% from 411); Max value from RGB is 216 - color contains mainly: blue. Hex color #B60DD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60DD8 is #49F227. Grayscale: #565656. Windows color (decimal): -4846120 or 14159286. OLE color: 14159286.

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

Color convert

RGB18213216-
CMYK0.160.9400.15
HSL289.95º88.65%44.9%-
HSV(B)289.95º93.98%84.71%-
XYZ31.8315.1966.22-
YUV86.67200.99195.99-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 13 (5.47% from 255) = 3.16%
BLUE value IS 216 (84.77% from 255) = 52.55%
R=44.28%
G=3.16%
B=52.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182132160.160.9400.15289.9588.6544.9
HexB6DD8105E0F122592d
Octal266153302013601744213155
Binary10110110110111011000100001011110011111001000101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60DD8; }

 p { color: rgb(182,13,216); }

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

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

 a { background-color: rgb(182,13,216); }

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

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

 span { border-color: rgb(182,13,216); }

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