#B215C6

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

Shades of Deep Magenta #B215C6

Tints of Deep Magenta #B215C6

Color information

#B215C6 (or 0xB215C6) is unknown color: approx Deep Magenta. HEX triplet: B2, 15 and C6. RGB value is (178,21,198). Sum of RGB (Red+Green+Blue) = 178+21+198=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #B215C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B215C6 is #4DEA39. Grayscale: #575757. Windows color (decimal): -5106234 or 12981682. OLE color: 12981682.

HSL color Cylindrical-coordinate representation of color #B215C6: hue angle of 293.22º 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 #B215C6 is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17821198-
CMYK0.100.8900.22
HSL293.22º80.82%42.94%-
HSV(B)293.22º89.39%77.65%-
XYZ28.8214.0854.62-
YUV88.12190.01192.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 21 (8.59% from 255) = 5.29%
BLUE value IS 198 (77.73% from 255) = 49.87%
R=44.84%
G=5.29%
B=49.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178211980.100.8900.22293.2280.8242.94
HexB215C6A59016125512b
Octal262253061213102644512153
Binary101100101010111000110101010110010101101001001011010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B215C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B215C6; }

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

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

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

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

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

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

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

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