#B508B1

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

Shades of Deep Magenta #B508B1

Tints of Deep Magenta #B508B1

Color information

#B508B1 (or 0xB508B1) is unknown color: approx Deep Magenta. HEX triplet: B5, 08 and B1. RGB value is (181,8,177). Sum of RGB (Red+Green+Blue) = 181+8+177=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 8 (3.52% from 255 or 2.19% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B508B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B508B1 is #4AF74E. Grayscale: #4E4E4E. Windows color (decimal): -4912975 or 11602101. OLE color: 11602101.

HSL color Cylindrical-coordinate representation of color #B508B1: hue angle of 301.39º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B508B1 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB1818177-
CMYK00.960.020.29
HSL301.39º91.53%37.06%-
HSV(B)301.39º95.58%70.98%-
XYZ27.0813.1742.71-
YUV78.99183.31200.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 8 (3.52% from 255) = 2.19%
BLUE value IS 177 (69.53% from 255) = 48.36%
R=49.45%
G=2.19%
B=48.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181817700.960.020.29301.3991.5337.06
HexB58B106021D12d5c25
Octal26510261014023545513445
Binary101101011000101100010110000010111011001011011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B508B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B508B1; }

 p { color: rgb(181,8,177); }

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

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

 a { background-color: rgb(181,8,177); }

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

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

 span { border-color: rgb(181,8,177); }

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