#B619AE

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

Shades of Deep Magenta #B619AE

Tints of Deep Magenta #B619AE

Color information

#B619AE (or 0xB619AE) is unknown color: approx Deep Magenta. HEX triplet: B6, 19 and AE. RGB value is (182,25,174). Sum of RGB (Red+Green+Blue) = 182+25+174=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B619AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B619AE is #49E651. Grayscale: #585858. Windows color (decimal): -4843090 or 11409846. OLE color: 11409846.

HSL color Cylindrical-coordinate representation of color #B619AE: hue angle of 303.06º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B619AE is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18225174-
CMYK00.860.040.29
HSL303.06º75.85%40.59%-
HSV(B)303.06º86.26%71.37%-
XYZ27.2813.741.25-
YUV88.93176.01194.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 25 (10.16% from 255) = 6.56%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=47.77%
G=6.56%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822517400.860.040.29303.0675.8540.59
HexB619AE05641D12f4c29
Octal26631256012643545711451
Binary10110110110011010111001010110100111011001011111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B619AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B619AE; }

 p { color: rgb(182,25,174); }

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

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

 a { background-color: rgb(182,25,174); }

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

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

 span { border-color: rgb(182,25,174); }

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