#B60DB0

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

Shades of Deep Magenta #B60DB0

Tints of Deep Magenta #B60DB0

Color information

#B60DB0 (or 0xB60DB0) is unknown color: approx Deep Magenta. HEX triplet: B6, 0D and B0. RGB value is (182,13,176). Sum of RGB (Red+Green+Blue) = 182+13+176=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B60DB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60DB0 is #49F24F. Grayscale: #515151. Windows color (decimal): -4846160 or 11537846. OLE color: 11537846.

HSL color Cylindrical-coordinate representation of color #B60DB0: hue angle of 302.13º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60DB0 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18213176-
CMYK00.930.030.29
HSL302.13º86.67%38.24%-
HSV(B)302.13º92.86%71.37%-
XYZ27.2713.3742.22-
YUV82.11180.99199.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.06%
GREEN value IS 13 (5.47% from 255) = 3.50%
BLUE value IS 176 (69.14% from 255) = 47.44%
R=49.06%
G=3.50%
B=47.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821317600.930.030.29302.1386.6738.24
HexB6DB005D31D12e5726
Octal26615260013533545612746
Binary101101101101101100000101110111111011001011101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60DB0; }

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

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

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

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

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

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

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

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