Html Css Color HEX #B504A8 Deep Magenta

📋 copy color: '#B504A8'

red 181 ◦ green 4 ◦ blue 168

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

Shades of Deep Magenta #B504A8

Tints of Deep Magenta #B504A8

RGB

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

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

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

R = 51.27%
G = 1.13%
B = 47.59%

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

#B504A8 (or 0xB504A8) is known color: Deep Magenta. HEX triplet: B5, 04 and A8. RGB value is (181,4,168). Sum of RGB (Red+Green+Blue) = 181+4+168=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 168 (66.02% from 255 or 47.59% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B504A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B504A8 is #4AFB57. Grayscale: #4B4B4B. Windows color (decimal): -4914008 or 11011253. OLE color: 11011253.

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

Color convert

RGB 181 4 168 -
CMYK 0 0.98 0.07 0.29
HSL 304.41º 0.96% 0.36% -
HSV(B) 304.41º 0.98% 0.71% -
XYZ 26.17 12.74 38.13 -
YUV 75.62 180.14 203.16 -
System Red Green Blue C M Y K H S L
Decimal 181 4 168 0 0.98 0.07 0.29 304.41 0.96 0.36
Hex B5 4 A8 0 62 7 1D 130 60 24
Octal 265 4 250 0 142 7 35 460 140 44
Binary 10110101 100 10101000 0 1100010 111 11101 100110000 1100000 100100

Color Harmonies of #B504A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B504A8

Black with #B504A8

Text Example


Text Example

White with #B504A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B504A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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