#B601C5

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

Shades of Deep Magenta #B601C5

Tints of Deep Magenta #B601C5

Color information

#B601C5 (or 0xB601C5) is unknown color: approx Deep Magenta. HEX triplet: B6, 01 and C5. RGB value is (182,1,197). Sum of RGB (Red+Green+Blue) = 182+1+197=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 197 (77.34% from 255 or 51.84% from 380); Max value from RGB is 197 - color contains mainly: blue. Hex color #B601C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B601C5 is #49FE3A. Grayscale: #4C4C4C. Windows color (decimal): -4849211 or 12911030. OLE color: 12911030.

HSL color Cylindrical-coordinate representation of color #B601C5: hue angle of 295.41º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B601C5 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1821197-
CMYK0.080.9900.23
HSL295.41º98.99%38.82%-
HSV(B)295.41º99.49%77.25%-
XYZ29.381453.98-
YUV77.46195.47202.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 197 (77.34% from 255) = 51.84%
R=47.89%
G=0.26%
B=51.84%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18211970.080.9900.23295.4198.9938.82
HexB61C58630171276327
Octal26613051014302744714347
Binary10110110111000101100011000110101111001001111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B601C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B601C5; }

 p { color: rgb(182,1,197); }

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

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

 a { background-color: rgb(182,1,197); }

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

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

 span { border-color: rgb(182,1,197); }

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