#B30CCA

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

Shades of Deep Magenta #B30CCA

Tints of Deep Magenta #B30CCA

Color information

#B30CCA (or 0xB30CCA) is unknown color: approx Deep Magenta. HEX triplet: B3, 0C and CA. RGB value is (179,12,202). Sum of RGB (Red+Green+Blue) = 179+12+202=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 12 (5.08% from 255 or 3.05% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #B30CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CCA is #4CF335. Grayscale: #535353. Windows color (decimal): -5042998 or 13241523. OLE color: 13241523.

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

Color convert

RGB17912202-
CMYK0.110.9400.21
HSL292.74º88.79%41.96%-
HSV(B)292.74º94.06%79.22%-
XYZ29.3814.1157.05-
YUV83.59194.83196.05-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 12 (5.08% from 255) = 3.05%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=45.55%
G=3.05%
B=51.40%

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
Decimal179122020.110.9400.21292.7488.7941.96
HexB3CCAB5E015125592a
Octal263143121313602544513152
Binary10110011110011001010101110111100101011001001011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30CCA; }

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

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

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

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

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

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

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

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