#B510AB

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

Shades of Deep Magenta #B510AB

Tints of Deep Magenta #B510AB

Color information

#B510AB (or 0xB510AB) is unknown color: approx Deep Magenta. HEX triplet: B5, 10 and AB. RGB value is (181,16,171). Sum of RGB (Red+Green+Blue) = 181+16+171=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 16 (6.64% from 255 or 4.35% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B510AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B510AB is #4AEF54. Grayscale: #525252. Windows color (decimal): -4910933 or 11210933. OLE color: 11210933.

HSL color Cylindrical-coordinate representation of color #B510AB: hue angle of 303.64º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B510AB is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18116171-
CMYK00.910.060.29
HSL303.64º83.76%38.63%-
HSV(B)303.64º91.16%70.98%-
XYZ26.5913.1339.66-
YUV83177.66197.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.18%
GREEN value IS 16 (6.64% from 255) = 4.35%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=49.18%
G=4.35%
B=46.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811617100.910.060.29303.6483.7638.63
HexB510AB05B61D1305427
Octal26520253013363546012447
Binary10110101100001010101101011011110111011001100001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B510AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B510AB; }

 p { color: rgb(181,16,171); }

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

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

 a { background-color: rgb(181,16,171); }

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

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

 span { border-color: rgb(181,16,171); }

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