#B614AE

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

Shades of Deep Magenta #B614AE

Tints of Deep Magenta #B614AE

Color information

#B614AE (or 0xB614AE) is unknown color: approx Deep Magenta. HEX triplet: B6, 14 and AE. RGB value is (182,20,174). Sum of RGB (Red+Green+Blue) = 182+20+174=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B614AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B614AE is #49EB51. Grayscale: #555555. Windows color (decimal): -4844370 or 11408566. OLE color: 11408566.

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

Color convert

RGB18220174-
CMYK00.890.040.29
HSL302.96º80.2%39.61%-
HSV(B)302.96º89.01%71.37%-
XYZ27.1813.541.22-
YUV85.99177.67196.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 20 (8.20% from 255) = 5.32%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=48.40%
G=5.32%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822017400.890.040.29302.9680.239.61
HexB614AE05941D12f5028
Octal26624256013143545712050
Binary10110110101001010111001011001100111011001011111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B614AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B614AE; }

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

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

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

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

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

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

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

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