#B615AC

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

Shades of Deep Magenta #B615AC

Tints of Deep Magenta #B615AC

Color information

#B615AC (or 0xB615AC) is unknown color: approx Deep Magenta. HEX triplet: B6, 15 and AC. RGB value is (182,21,172). Sum of RGB (Red+Green+Blue) = 182+21+172=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 21 (8.59% from 255 or 5.6% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B615AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B615AC is #49EA53. Grayscale: #555555. Windows color (decimal): -4844116 or 11277750. OLE color: 11277750.

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

Color convert

RGB18221172-
CMYK00.880.050.29
HSL303.73º79.31%39.8%-
HSV(B)303.73º88.46%71.37%-
XYZ27.0113.4640.2-
YUV86.35176.34196.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.53%
GREEN value IS 21 (8.59% from 255) = 5.6%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=48.53%
G=5.6%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822117200.880.050.29303.7379.3139.8
HexB615AC05851D1304f28
Octal26625254013053546011750
Binary10110110101011010110001011000101111011001100001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B615AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B615AC; }

 p { color: rgb(182,21,172); }

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

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

 a { background-color: rgb(182,21,172); }

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

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

 span { border-color: rgb(182,21,172); }

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