Html Css Color HEX #B503D5 Deep Magenta

📋 copy color: '#B503D5'

red 181 ◦ green 3 ◦ blue 213

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

Shades of Deep Magenta #B503D5

Tints of Deep Magenta #B503D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.65%

R = 45.59%
G = 0.76%
B = 53.65%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B503D5 (or 0xB503D5) is known color: Deep Magenta. HEX triplet: B5, 03 and D5. RGB value is (181,3,213). Sum of RGB (Red+Green+Blue) = 181+3+213=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 213 (83.59% from 255 or 53.65% from 397); Max value from RGB is 213 - color contains mainly: blue. Hex color #B503D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B503D5 is #4AFC2A. Grayscale: #4F4F4F. Windows color (decimal): -4914219 or 13960117. OLE color: 13960117.

HSL color Cylindrical-coordinate representation of color #B503D5: hue angle of 290.86º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B503D5 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 3 213 -
CMYK 0.15 0.99 0 0.16
HSL 290.86º 0.97% 0.42% -
HSV(B) 290.86º 0.99% 0.84% -
XYZ 31.1 14.69 64.15 -
YUV 80.16 202.97 199.92 -
System Red Green Blue C M Y K H S L
Decimal 181 3 213 0.15 0.99 0 0.16 290.86 0.97 0.42
Hex B5 3 D5 F 63 0 10 123 61 2A
Octal 265 3 325 17 143 0 20 443 141 52
Binary 10110101 11 11010101 1111 1100011 0 10000 100100011 1100001 101010

Color Harmonies of #B503D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B503D5

Black with #B503D5

Text Example


Text Example

White with #B503D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B503D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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