#B503BA

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

Shades of Deep Magenta #B503BA

Tints of Deep Magenta #B503BA

Color information

#B503BA (or 0xB503BA) is unknown color: approx Deep Magenta. HEX triplet: B5, 03 and BA. RGB value is (181,3,186). Sum of RGB (Red+Green+Blue) = 181+3+186=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 3 (1.56% from 255 or 0.81% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #B503BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B503BA is #4AFC45. Grayscale: #4C4C4C. Windows color (decimal): -4914246 or 12190645. OLE color: 12190645.

HSL color Cylindrical-coordinate representation of color #B503BA: hue angle of 298.36º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B503BA is Cyan = 0.03, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1813186-
CMYK0.030.9800.27
HSL298.36º96.83%37.06%-
HSV(B)298.36º98.39%72.94%-
XYZ27.9513.4347.57-
YUV77.08189.47202.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 186 (73.05% from 255) = 50.27%
R=48.92%
G=0.81%
B=50.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18131860.030.9800.27298.3696.8337.06
HexB53BA36201B12a6125
Octal2653272314203345214145
Binary1011010111101110101111000100110111001010101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B503BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B503BA; }

 p { color: rgb(181,3,186); }

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

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

 a { background-color: rgb(181,3,186); }

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

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

 span { border-color: rgb(181,3,186); }

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