#B315BE

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

Shades of Deep Magenta #B315BE

Tints of Deep Magenta #B315BE

Color information

#B315BE (or 0xB315BE) is unknown color: approx Deep Magenta. HEX triplet: B3, 15 and BE. RGB value is (179,21,190). Sum of RGB (Red+Green+Blue) = 179+21+190=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 21 (8.59% from 255 or 5.38% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #B315BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B315BE is #4CEA41. Grayscale: #565656. Windows color (decimal): -5040706 or 12457395. OLE color: 12457395.

HSL color Cylindrical-coordinate representation of color #B315BE: hue angle of 296.09º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B315BE is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17921190-
CMYK0.060.8900.25
HSL296.09º80.09%41.37%-
HSV(B)296.09º88.95%74.51%-
XYZ28.1513.8449.9-
YUV87.51185.85193.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.90%
GREEN value IS 21 (8.59% from 255) = 5.38%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=45.90%
G=5.38%
B=48.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179211900.060.8900.25296.0980.0941.37
HexB315BE6590191285029
Octal26325276613103145012051
Binary10110011101011011111011010110010110011001010001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B315BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B315BE; }

 p { color: rgb(179,21,190); }

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

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

 a { background-color: rgb(179,21,190); }

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

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

 span { border-color: rgb(179,21,190); }

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