Html Css Color HEX #B503A8 Deep Magenta

📋 copy color: '#B503A8'

red 181 ◦ green 3 ◦ blue 168

#B503A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B503A8

Tints of Deep Magenta #B503A8

RGB

 RED value IS 181 (71.09% from 255) = 51.42%

 GREEN value IS 3 (1.56% from 255) = 0.85%

 BLUE value IS 168 (66.02% from 255) = 47.73%

R = 51.42%
G = 0.85%
B = 47.73%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.29

RGB Variations

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

Color information

#B503A8 (or 0xB503A8) is known color: Deep Magenta. HEX triplet: B5, 03 and A8. RGB value is (181,3,168). Sum of RGB (Red+Green+Blue) = 181+3+168=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 3 (1.56% from 255 or 0.85% from 352); Blue value is 168 (66.02% from 255 or 47.73% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B503A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B503A8 is #4AFC57. Grayscale: #4A4A4A. Windows color (decimal): -4914264 or 11010997. OLE color: 11010997.

HSL color Cylindrical-coordinate representation of color #B503A8: hue angle of 304.38º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B503A8 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 3 168 -
CMYK 0 0.98 0.07 0.29
HSL 304.38º 0.97% 0.36% -
HSV(B) 304.38º 0.98% 0.71% -
XYZ 26.16 12.72 38.12 -
YUV 75.03 180.47 203.58 -
System Red Green Blue C M Y K H S L
Decimal 181 3 168 0 0.98 0.07 0.29 304.38 0.97 0.36
Hex B5 3 A8 0 62 7 1D 130 61 24
Octal 265 3 250 0 142 7 35 460 141 44
Binary 10110101 11 10101000 0 1100010 111 11101 100110000 1100001 100100

Color Harmonies of #B503A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B503A8

Black with #B503A8

Text Example


Text Example

White with #B503A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B503A8; }

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

 H1.HeaderClassName
 {
   color: #B503A8;
 }
 .AnyTagClassName
 {
   color: #B503A8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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