#B30DC0

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

Shades of Deep Magenta #B30DC0

Tints of Deep Magenta #B30DC0

Color information

#B30DC0 (or 0xB30DC0) is unknown color: approx Deep Magenta. HEX triplet: B3, 0D and C0. RGB value is (179,13,192). Sum of RGB (Red+Green+Blue) = 179+13+192=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 13 (5.47% from 255 or 3.39% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #B30DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30DC0 is #4CF23F. Grayscale: #525252. Windows color (decimal): -5042752 or 12586419. OLE color: 12586419.

HSL color Cylindrical-coordinate representation of color #B30DC0: hue angle of 295.64º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30DC0 is Cyan = 0.07, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17913192-
CMYK0.070.9300.25
HSL295.64º87.32%40.2%-
HSV(B)295.64º93.23%75.29%-
XYZ28.2513.6851.02-
YUV83.04189.5196.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.61%
GREEN value IS 13 (5.47% from 255) = 3.39%
BLUE value IS 192 (75.39% from 255) = 50%
R=46.61%
G=3.39%
B=50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179131920.070.9300.25295.6487.3240.2
HexB3DC075D0191285728
Octal26315300713503145012750
Binary1011001111011100000011110111010110011001010001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30DC0; }

 p { color: rgb(179,13,192); }

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

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

 a { background-color: rgb(179,13,192); }

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

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

 span { border-color: rgb(179,13,192); }

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