#B500AC

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

Shades of Deep Magenta #B500AC

Tints of Deep Magenta #B500AC

Color information

#B500AC (or 0xB500AC) is unknown color: approx Deep Magenta. HEX triplet: B5, 00 and AC. RGB value is (181,0,172). Sum of RGB (Red+Green+Blue) = 181+0+172=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B500AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B500AC is #4AFF53. Grayscale: #494949. Windows color (decimal): -4915028 or 11272373. OLE color: 11272373.

HSL color Cylindrical-coordinate representation of color #B500AC: hue angle of 302.98º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500AC is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB1810172-
CMYK010.050.29
HSL302.98º100%35.49%-
HSV(B)302.98º100%70.98%-
XYZ26.512.840.1-
YUV73.73183.47204.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 172 (67.58% from 255) = 48.73%
R=51.27%
G=0%
B=48.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1810172010.050.29302.9810035.49
HexB50AC06451D12f6423
Octal2650254014453545714443
Binary1011010101010110001100100101111011001011111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B500AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B500AC; }

 p { color: rgb(181,0,172); }

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

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

 a { background-color: rgb(181,0,172); }

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

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

 span { border-color: rgb(181,0,172); }

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