#B504B1

Color #B504B1 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B504B1

Tints of Deep Magenta #B504B1

Color information

#B504B1 (or 0xB504B1) is unknown color: approx Deep Magenta. HEX triplet: B5, 04 and B1. RGB value is (181,4,177). Sum of RGB (Red+Green+Blue) = 181+4+177=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B504B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B504B1 is #4AFB4E. Grayscale: #4C4C4C. Windows color (decimal): -4913999 or 11601077. OLE color: 11601077.

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

Color convert

RGB1814177-
CMYK00.980.020.29
HSL301.36º95.68%36.27%-
HSV(B)301.36º97.79%70.98%-
XYZ27.0413.0842.7-
YUV76.64184.64202.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 1.10%
BLUE value IS 177 (69.53% from 255) = 48.90%
R=50%
G=1.10%
B=48.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181417700.980.020.29301.3695.6836.27
HexB54B106221D12d6024
Octal2654261014223545514044
Binary10110101100101100010110001010111011001011011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B504B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B504B1; }

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

 H1.HeaderClassName
 {
   color: #B504B1;
 }
 .AnyTagClassName
 {
   color: #B504B1;
 }
</style>
background-color css

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

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

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

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

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

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