#B30CBF

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

Shades of Deep Magenta #B30CBF

Tints of Deep Magenta #B30CBF

Color information

#B30CBF (or 0xB30CBF) is unknown color: approx Deep Magenta. HEX triplet: B3, 0C and BF. RGB value is (179,12,191). Sum of RGB (Red+Green+Blue) = 179+12+191=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 12 (5.08% from 255 or 3.14% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #B30CBF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B30CBF is #4CF340. Grayscale: #515151. Windows color (decimal): -5043009 or 12520627. OLE color: 12520627.

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

Color convert

RGB17912191-
CMYK0.060.9400.25
HSL295.98º88.18%39.8%-
HSV(B)295.98º93.72%74.9%-
XYZ28.1313.6150.43-
YUV82.34189.33196.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.86%
GREEN value IS 12 (5.08% from 255) = 3.14%
BLUE value IS 191 (75% from 255) = 50%
R=46.86%
G=3.14%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179121910.060.9400.25295.9888.1839.8
HexB3CBF65E0191285828
Octal26314277613603145013050
Binary1011001111001011111111010111100110011001010001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30CBF; }

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

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

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

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

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

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

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

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