#B315B5

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

Shades of Deep Magenta #B315B5

Tints of Deep Magenta #B315B5

Color information

#B315B5 (or 0xB315B5) is unknown color: approx Deep Magenta. HEX triplet: B3, 15 and B5. RGB value is (179,21,181). Sum of RGB (Red+Green+Blue) = 179+21+181=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 181 (71.09% from 255 or 47.51% from 381); Max value from RGB is 181 - color contains mainly: blue. Hex color #B315B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B315B5 is #4CEA4A. Grayscale: #555555. Windows color (decimal): -5040715 or 11867571. OLE color: 11867571.

HSL color Cylindrical-coordinate representation of color #B315B5: hue angle of 299.25º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B315B5 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17921181-
CMYK0.010.8800.29
HSL299.25º79.21%39.61%-
HSV(B)299.25º88.4%70.98%-
XYZ27.213.4644.88-
YUV86.48181.35193.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 21 (8.59% from 255) = 5.51%
BLUE value IS 181 (71.09% from 255) = 47.51%
R=46.98%
G=5.51%
B=47.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179211810.010.8800.29299.2579.2139.61
HexB315B515801D12b4f28
Octal26325265113003545311750
Binary101100111010110110101110110000111011001010111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B315B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B315B5; }

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

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

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

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

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

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

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

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