#B51AD7

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

Shades of Deep Magenta #B51AD7

Tints of Deep Magenta #B51AD7

Color information

#B51AD7 (or 0xB51AD7) is unknown color: approx Deep Magenta. HEX triplet: B5, 1A and D7. RGB value is (181,26,215). Sum of RGB (Red+Green+Blue) = 181+26+215=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 26 (10.55% from 255 or 6.16% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #B51AD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51AD7 is #4AE528. Grayscale: #5D5D5D. Windows color (decimal): -4908329 or 14097077. OLE color: 14097077.

HSL color Cylindrical-coordinate representation of color #B51AD7: hue angle of 289.21º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B51AD7 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18126215-
CMYK0.160.8800.16
HSL289.21º78.42%47.25%-
HSV(B)289.21º87.91%84.31%-
XYZ31.6915.4765.61-
YUV93.89196.35190.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.89%
GREEN value IS 26 (10.55% from 255) = 6.16%
BLUE value IS 215 (84.38% from 255) = 50.95%
R=42.89%
G=6.16%
B=50.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181262150.160.8800.16289.2178.4247.25
HexB51AD710580101214e2f
Octal265323272013002044111657
Binary1011010111010110101111000010110000100001001000011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51AD7; }

 p { color: rgb(181,26,215); }

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

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

 a { background-color: rgb(181,26,215); }

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

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

 span { border-color: rgb(181,26,215); }

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