#B815CE

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

Shades of Deep Magenta #B815CE

Tints of Deep Magenta #B815CE

Color information

#B815CE (or 0xB815CE) is unknown color: approx Deep Magenta. HEX triplet: B8, 15 and CE. RGB value is (184,21,206). Sum of RGB (Red+Green+Blue) = 184+21+206=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #B815CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B815CE is #47EA31. Grayscale: #5A5A5A. Windows color (decimal): -4713010 or 13505976. OLE color: 13505976.

HSL color Cylindrical-coordinate representation of color #B815CE: hue angle of 292.86º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B815CE is Cyan = 0.11, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18421206-
CMYK0.110.9000.19
HSL292.86º81.5%44.51%-
HSV(B)292.86º89.81%80.78%-
XYZ31.1815.1859.68-
YUV90.83193194.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.77%
GREEN value IS 21 (8.59% from 255) = 5.11%
BLUE value IS 206 (80.86% from 255) = 50.12%
R=44.77%
G=5.11%
B=50.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal184212060.110.9000.19292.8681.544.51
HexB815CEB5A013125512d
Octal270253161313202344512155
Binary101110001010111001110101110110100100111001001011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B815CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B815CE; }

 p { color: rgb(184,21,206); }

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

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

 a { background-color: rgb(184,21,206); }

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

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

 span { border-color: rgb(184,21,206); }

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