#B30CC9

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

Shades of Deep Magenta #B30CC9

Tints of Deep Magenta #B30CC9

Color information

#B30CC9 (or 0xB30CC9) is unknown color: approx Deep Magenta. HEX triplet: B3, 0C and C9. RGB value is (179,12,201). Sum of RGB (Red+Green+Blue) = 179+12+201=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #B30CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CC9 is #4CF336. Grayscale: #525252. Windows color (decimal): -5042999 or 13175987. OLE color: 13175987.

HSL color Cylindrical-coordinate representation of color #B30CC9: hue angle of 293.02º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30CC9 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17912201-
CMYK0.110.9400.21
HSL293.02º88.73%41.76%-
HSV(B)293.02º94.03%78.82%-
XYZ29.2614.0656.43-
YUV83.48194.33196.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.66%
GREEN value IS 12 (5.08% from 255) = 3.06%
BLUE value IS 201 (78.91% from 255) = 51.28%
R=45.66%
G=3.06%
B=51.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal179122010.110.9400.21293.0288.7341.76
HexB3CC9B5E015125592a
Octal263143111313602544513152
Binary10110011110011001001101110111100101011001001011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30CC9; }

 p { color: rgb(179,12,201); }

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

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

 a { background-color: rgb(179,12,201); }

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

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

 span { border-color: rgb(179,12,201); }

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