#B915CE

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

Shades of Deep Magenta #B915CE

Tints of Deep Magenta #B915CE

Color information

#B915CE (or 0xB915CE) is unknown color: approx Deep Magenta. HEX triplet: B9, 15 and CE. RGB value is (185,21,206). Sum of RGB (Red+Green+Blue) = 185+21+206=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #B915CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B915CE is #46EA31. Grayscale: #5A5A5A. Windows color (decimal): -4647474 or 13505977. OLE color: 13505977.

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

Color convert

RGB18521206-
CMYK0.100.9000.19
HSL293.19º81.5%44.51%-
HSV(B)293.19º89.81%80.78%-
XYZ31.4215.3159.69-
YUV91.13192.83194.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.90%
GREEN value IS 21 (8.59% from 255) = 5.10%
BLUE value IS 206 (80.86% from 255) = 50%
R=44.90%
G=5.10%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185212060.100.9000.19293.1981.544.51
HexB915CEA5A013125512d
Octal271253161213202344512155
Binary101110011010111001110101010110100100111001001011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B915CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B915CE; }

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

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

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

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

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

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

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

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