#B501A7

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

Shades of Deep Magenta #B501A7

Tints of Deep Magenta #B501A7

Color information

#B501A7 (or 0xB501A7) is unknown color: approx Deep Magenta. HEX triplet: B5, 01 and A7. RGB value is (181,1,167). Sum of RGB (Red+Green+Blue) = 181+1+167=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 1 (0.78% from 255 or 0.29% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B501A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B501A7 is #4AFE58. Grayscale: #494949. Windows color (decimal): -4914777 or 10944949. OLE color: 10944949.

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

Color convert

RGB1811167-
CMYK00.990.080.29
HSL304.67º98.9%35.69%-
HSV(B)304.67º99.45%70.98%-
XYZ26.0412.6437.63-
YUV73.74180.63204.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.86%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 167 (65.62% from 255) = 47.85%
R=51.86%
G=0.29%
B=47.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181116700.990.080.29304.6798.935.69
HexB51A706381D1316324
Octal26512470143103546114344
Binary10110101110100111011000111000111011001100011100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B501A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B501A7; }

 p { color: rgb(181,1,167); }

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

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

 a { background-color: rgb(181,1,167); }

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

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

 span { border-color: rgb(181,1,167); }

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