#B30FC2

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

Shades of Deep Magenta #B30FC2

Tints of Deep Magenta #B30FC2

Color information

#B30FC2 (or 0xB30FC2) is unknown color: approx Deep Magenta. HEX triplet: B3, 0F and C2. RGB value is (179,15,194). Sum of RGB (Red+Green+Blue) = 179+15+194=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 15 (6.25% from 255 or 3.87% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #B30FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FC2 is #4CF03D. Grayscale: #535353. Windows color (decimal): -5042238 or 12718003. OLE color: 12718003.

HSL color Cylindrical-coordinate representation of color #B30FC2: hue angle of 294.97º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30FC2 is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17915194-
CMYK0.080.9200.24
HSL294.97º85.65%40.98%-
HSV(B)294.97º92.27%76.08%-
XYZ28.513.8252.2-
YUV84.44189.83195.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.13%
GREEN value IS 15 (6.25% from 255) = 3.87%
BLUE value IS 194 (76.17% from 255) = 50%
R=46.13%
G=3.87%
B=50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal179151940.080.9200.24294.9785.6540.98
HexB3FC285C0181275629
Octal263173021013403044712651
Binary10110011111111000010100010111000110001001001111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30FC2; }

 p { color: rgb(179,15,194); }

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

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

 a { background-color: rgb(179,15,194); }

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

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

 span { border-color: rgb(179,15,194); }

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