#B515B3

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

Shades of Deep Magenta #B515B3

Tints of Deep Magenta #B515B3

Color information

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

HSL color Cylindrical-coordinate representation of color #B515B3: hue angle of 300.75º 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 #B515B3 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB18121179-
CMYK00.880.010.29
HSL300.75º79.21%39.61%-
HSV(B)300.75º88.4%70.98%-
XYZ27.4613.6143.83-
YUV86.85180.01195.15-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812117900.880.010.29300.7579.2139.61
HexB515B305811D12d4f28
Octal26525263013013545511750
Binary101101011010110110011010110001111011001011011001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B515B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B515B3; }

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

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

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

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

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

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

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

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