#B301C8

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

Shades of Deep Magenta #B301C8

Tints of Deep Magenta #B301C8

Color information

#B301C8 (or 0xB301C8) is unknown color: approx Deep Magenta. HEX triplet: B3, 01 and C8. RGB value is (179,1,200). Sum of RGB (Red+Green+Blue) = 179+1+200=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #B301C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B301C8 is #4CFE37. Grayscale: #4C4C4C. Windows color (decimal): -5045816 or 13107635. OLE color: 13107635.

HSL color Cylindrical-coordinate representation of color #B301C8: hue angle of 293.67º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B301C8 is Cyan = 0.10, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1791200-
CMYK0.101.0000.22
HSL293.67º99%39.41%-
HSV(B)293.67º99.5%78.43%-
XYZ29.0313.7855.77-
YUV76.91197.47200.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 200 (78.52% from 255) = 52.63%
R=47.11%
G=0.26%
B=52.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17912000.101.0000.22293.679939.41
HexB31C8A640161266327
Octal26313101214402644614347
Binary10110011111001000101011001000101101001001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B301C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B301C8; }

 p { color: rgb(179,1,200); }

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

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

 a { background-color: rgb(179,1,200); }

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

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

 span { border-color: rgb(179,1,200); }

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