Html Css Color HEX #B504AD Deep Magenta

📋 copy color: '#B504AD'

red 181 ◦ green 4 ◦ blue 173

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

Shades of Deep Magenta #B504AD

Tints of Deep Magenta #B504AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 50.56%
G = 1.12%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B504AD (or 0xB504AD) is known color: Deep Magenta. HEX triplet: B5, 04 and AD. RGB value is (181,4,173). Sum of RGB (Red+Green+Blue) = 181+4+173=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 4 (1.95% from 255 or 1.12% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B504AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B504AD is #4AFB52. Grayscale: #4B4B4B. Windows color (decimal): -4914003 or 11338933. OLE color: 11338933.

HSL color Cylindrical-coordinate representation of color #B504AD: hue angle of 302.71º degrees, saturation: 0.96, 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 #B504AD is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 4 173 -
CMYK 0 0.98 0.04 0.29
HSL 302.71º 0.96% 0.36% -
HSV(B) 302.71º 0.98% 0.71% -
XYZ 26.64 12.93 40.63 -
YUV 76.19 182.64 202.76 -
System Red Green Blue C M Y K H S L
Decimal 181 4 173 0 0.98 0.04 0.29 302.71 0.96 0.36
Hex B5 4 AD 0 62 4 1D 12F 60 24
Octal 265 4 255 0 142 4 35 457 140 44
Binary 10110101 100 10101101 0 1100010 100 11101 100101111 1100000 100100

Color Harmonies of #B504AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B504AD

Black with #B504AD

Text Example


Text Example

White with #B504AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B504AD; }

 p { color: rgb(181,4,173); }

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

background-color css

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

 a { background-color: rgb(181,4,173); }

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

border-color css

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

 span { border-color: rgb(181,4,173); }

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