#B513C6

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

Shades of Deep Magenta #B513C6

Tints of Deep Magenta #B513C6

Color information

#B513C6 (or 0xB513C6) is unknown color: approx Deep Magenta. HEX triplet: B5, 13 and C6. RGB value is (181,19,198). Sum of RGB (Red+Green+Blue) = 181+19+198=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #B513C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B513C6 is #4AEC39. Grayscale: #575757. Windows color (decimal): -4910138 or 12981173. OLE color: 12981173.

HSL color Cylindrical-coordinate representation of color #B513C6: hue angle of 294.3º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B513C6 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18119198-
CMYK0.090.9000.22
HSL294.3º82.49%42.55%-
HSV(B)294.3º90.4%77.65%-
XYZ29.4814.3754.65-
YUV87.84190.17194.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.48%
GREEN value IS 19 (7.81% from 255) = 4.77%
BLUE value IS 198 (77.73% from 255) = 49.75%
R=45.48%
G=4.77%
B=49.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181191980.090.9000.22294.382.4942.55
HexB513C695A016126522b
Octal265233061113202644612253
Binary101101011001111000110100110110100101101001001101010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B513C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B513C6; }

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

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

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

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

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

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

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

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