#B701C5

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

Shades of Deep Magenta #B701C5

Tints of Deep Magenta #B701C5

Color information

#B701C5 (or 0xB701C5) is unknown color: approx Deep Magenta. HEX triplet: B7, 01 and C5. RGB value is (183,1,197). Sum of RGB (Red+Green+Blue) = 183+1+197=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 1 (0.78% from 255 or 0.26% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #B701C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B701C5 is #48FE3A. Grayscale: #4D4D4D. Windows color (decimal): -4783675 or 12911031. OLE color: 12911031.

HSL color Cylindrical-coordinate representation of color #B701C5: hue angle of 295.71º 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 #B701C5 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1831197-
CMYK0.070.9900.23
HSL295.71º98.99%38.82%-
HSV(B)295.71º99.49%77.25%-
XYZ29.6214.1253.99-
YUV77.76195.3203.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 1 (0.78% from 255) = 0.26%
BLUE value IS 197 (77.34% from 255) = 51.71%
R=48.03%
G=0.26%
B=51.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18311970.070.9900.23295.7198.9938.82
HexB71C57630171286327
Octal2671305714302745014347
Binary1011011111100010111111000110101111001010001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B701C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B701C5; }

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

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

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

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

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

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

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

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