#B715C6

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

Shades of Deep Magenta #B715C6

Tints of Deep Magenta #B715C6

Color information

#B715C6 (or 0xB715C6) is unknown color: approx Deep Magenta. HEX triplet: B7, 15 and C6. RGB value is (183,21,198). Sum of RGB (Red+Green+Blue) = 183+21+198=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 198 (77.73% from 255 or 49.25% from 402); Max value from RGB is 198 - color contains mainly: blue. Hex color #B715C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B715C6 is #48EA39. Grayscale: #595959. Windows color (decimal): -4778554 or 12981687. OLE color: 12981687.

HSL color Cylindrical-coordinate representation of color #B715C6: hue angle of 294.92º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B715C6 is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18321198-
CMYK0.080.8900.22
HSL294.92º80.82%42.94%-
HSV(B)294.92º89.39%77.65%-
XYZ29.9914.6854.68-
YUV89.62189.17194.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 21 (8.59% from 255) = 5.22%
BLUE value IS 198 (77.73% from 255) = 49.25%
R=45.52%
G=5.22%
B=49.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183211980.080.8900.22294.9280.8242.94
HexB715C6859016127512b
Octal267253061013102644712153
Binary101101111010111000110100010110010101101001001111010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B715C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B715C6; }

 p { color: rgb(183,21,198); }

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

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

 a { background-color: rgb(183,21,198); }

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

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

 span { border-color: rgb(183,21,198); }

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