Html Css Color HEX #B504D5 Deep Magenta

📋 copy color: '#B504D5'

red 181 ◦ green 4 ◦ blue 213

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

Shades of Deep Magenta #B504D5

Tints of Deep Magenta #B504D5

RGB

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

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

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

R = 45.48%
G = 1.01%
B = 53.52%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B504D5 (or 0xB504D5) is known color: Deep Magenta. HEX triplet: B5, 04 and D5. RGB value is (181,4,213). Sum of RGB (Red+Green+Blue) = 181+4+213=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 4 (1.95% from 255 or 1.01% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #B504D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B504D5 is #4AFB2A. Grayscale: #505050. Windows color (decimal): -4913963 or 13960373. OLE color: 13960373.

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

Color convert

RGB 181 4 213 -
CMYK 0.15 0.98 0 0.16
HSL 290.81º 0.96% 0.43% -
HSV(B) 290.81º 0.98% 0.84% -
XYZ 31.11 14.71 64.15 -
YUV 80.75 202.64 199.51 -
System Red Green Blue C M Y K H S L
Decimal 181 4 213 0.15 0.98 0 0.16 290.81 0.96 0.43
Hex B5 4 D5 F 62 0 10 123 60 2B
Octal 265 4 325 17 142 0 20 443 140 53
Binary 10110101 100 11010101 1111 1100010 0 10000 100100011 1100000 101011

Color Harmonies of #B504D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B504D5

Black with #B504D5

Text Example


Text Example

White with #B504D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B504D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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