#B609AE

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

Shades of Deep Magenta #B609AE

Tints of Deep Magenta #B609AE

Color information

#B609AE (or 0xB609AE) is unknown color: approx Deep Magenta. HEX triplet: B6, 09 and AE. RGB value is (182,9,174). Sum of RGB (Red+Green+Blue) = 182+9+174=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B609AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B609AE is #49F651. Grayscale: #4F4F4F. Windows color (decimal): -4847186 or 11405750. OLE color: 11405750.

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

Color convert

RGB1829174-
CMYK00.950.040.29
HSL302.77º90.58%37.45%-
HSV(B)302.77º95.05%71.37%-
XYZ27.0313.241.17-
YUV79.54181.31201.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.86%
GREEN value IS 9 (3.91% from 255) = 2.47%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=49.86%
G=2.47%
B=47.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182917400.950.040.29302.7790.5837.45
HexB69AE05F41D12f5b25
Octal26611256013743545713345
Binary1011011010011010111001011111100111011001011111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B609AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B609AE; }

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

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

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

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

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

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

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

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