#B513B6

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

Shades of Deep Magenta #B513B6

Tints of Deep Magenta #B513B6

Color information

#B513B6 (or 0xB513B6) is unknown color: approx Deep Magenta. HEX triplet: B5, 13 and B6. RGB value is (181,19,182). Sum of RGB (Red+Green+Blue) = 181+19+182=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #B513B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B513B6 is #4AEC49. Grayscale: #555555. Windows color (decimal): -4910154 or 11932597. OLE color: 11932597.

HSL color Cylindrical-coordinate representation of color #B513B6: hue angle of 299.63º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B513B6 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18119182-
CMYK0.010.9000.29
HSL299.63º81.09%39.41%-
HSV(B)299.63º89.56%71.37%-
XYZ27.7313.6745.43-
YUV86.02182.17195.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 19 (7.81% from 255) = 4.97%
BLUE value IS 182 (71.48% from 255) = 47.64%
R=47.38%
G=4.97%
B=47.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181191820.010.9000.29299.6381.0939.41
HexB513B615A01D12c5127
Octal26523266113203545412147
Binary101101011001110110110110110100111011001011001010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B513B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B513B6; }

 p { color: rgb(181,19,182); }

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

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

 a { background-color: rgb(181,19,182); }

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

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

 span { border-color: rgb(181,19,182); }

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