Html Css Color HEX #B504AA Deep Magenta

📋 copy color: '#B504AA'

red 181 ◦ green 4 ◦ blue 170

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

Shades of Deep Magenta #B504AA

Tints of Deep Magenta #B504AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.89%

R = 50.99%
G = 1.13%
B = 47.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B504AA (or 0xB504AA) is known color: Deep Magenta. HEX triplet: B5, 04 and AA. RGB value is (181,4,170). Sum of RGB (Red+Green+Blue) = 181+4+170=355 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.99% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 181 - color contains mainly: red. Hex color #B504AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B504AA is #4AFB55. Grayscale: #4B4B4B. Windows color (decimal): -4914006 or 11142325. OLE color: 11142325.

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

Color convert

RGB 181 4 170 -
CMYK 0 0.98 0.06 0.29
HSL 303.73º 0.96% 0.36% -
HSV(B) 303.73º 0.98% 0.71% -
XYZ 26.36 12.81 39.11 -
YUV 75.85 181.14 203 -
System Red Green Blue C M Y K H S L
Decimal 181 4 170 0 0.98 0.06 0.29 303.73 0.96 0.36
Hex B5 4 AA 0 62 6 1D 130 60 24
Octal 265 4 252 0 142 6 35 460 140 44
Binary 10110101 100 10101010 0 1100010 110 11101 100110000 1100000 100100

Color Harmonies of #B504AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B504AA

Black with #B504AA

Text Example


Text Example

White with #B504AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B504AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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