#B514C0

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

Shades of Deep Magenta #B514C0

Tints of Deep Magenta #B514C0

Color information

#B514C0 (or 0xB514C0) is unknown color: approx Deep Magenta. HEX triplet: B5, 14 and C0. RGB value is (181,20,192). Sum of RGB (Red+Green+Blue) = 181+20+192=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 192 (75.39% from 255 or 48.85% from 393); Max value from RGB is 192 - color contains mainly: blue. Hex color #B514C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B514C0 is #4AEB3F. Grayscale: #575757. Windows color (decimal): -4909888 or 12588213. OLE color: 12588213.

HSL color Cylindrical-coordinate representation of color #B514C0: hue angle of 296.16º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B514C0 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18120192-
CMYK0.060.9000.25
HSL296.16º81.13%41.57%-
HSV(B)296.16º89.58%75.29%-
XYZ28.8214.1351.08-
YUV87.75186.84194.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 20 (8.20% from 255) = 5.09%
BLUE value IS 192 (75.39% from 255) = 48.85%
R=46.06%
G=5.09%
B=48.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181201920.060.9000.25296.1681.1341.57
HexB514C065A019128512a
Octal26524300613203145012152
Binary10110101101001100000011010110100110011001010001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B514C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B514C0; }

 p { color: rgb(181,20,192); }

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

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

 a { background-color: rgb(181,20,192); }

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

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

 span { border-color: rgb(181,20,192); }

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