#B30FC6

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

Shades of Deep Magenta #B30FC6

Tints of Deep Magenta #B30FC6

Color information

#B30FC6 (or 0xB30FC6) is unknown color: approx Deep Magenta. HEX triplet: B3, 0F and C6. RGB value is (179,15,198). Sum of RGB (Red+Green+Blue) = 179+15+198=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 15 (6.25% from 255 or 3.83% from 392); Blue value is 198 (77.73% from 255 or 50.51% from 392); Max value from RGB is 198 - color contains mainly: blue. Hex color #B30FC6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30FC6 is #4CF039. Grayscale: #545454. Windows color (decimal): -5042234 or 12980147. OLE color: 12980147.

HSL color Cylindrical-coordinate representation of color #B30FC6: hue angle of 293.77º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30FC6 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17915198-
CMYK0.100.9200.22
HSL293.77º85.92%41.76%-
HSV(B)293.77º92.42%77.65%-
XYZ28.951454.6-
YUV84.9191.83195.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.66%
GREEN value IS 15 (6.25% from 255) = 3.83%
BLUE value IS 198 (77.73% from 255) = 50.51%
R=45.66%
G=3.83%
B=50.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179151980.100.9200.22293.7785.9241.76
HexB3FC6A5C016126562a
Octal263173061213402644612652
Binary10110011111111000110101010111000101101001001101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30FC6; }

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

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

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

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

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

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

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

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