#B205AE

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

Shades of Deep Magenta #B205AE

Tints of Deep Magenta #B205AE

Color information

#B205AE (or 0xB205AE) is unknown color: approx Deep Magenta. HEX triplet: B2, 05 and AE. RGB value is (178,5,174). Sum of RGB (Red+Green+Blue) = 178+5+174=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B205AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B205AE is #4DFA51. Grayscale: #4B4B4B. Windows color (decimal): -5110354 or 11404722. OLE color: 11404722.

HSL color Cylindrical-coordinate representation of color #B205AE: hue angle of 301.39º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B205AE is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB1785174-
CMYK00.970.020.30
HSL301.39º94.54%35.88%-
HSV(B)301.39º97.19%69.8%-
XYZ26.0512.6341.11-
YUV75.99183.31200.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 49.86%
GREEN value IS 5 (2.34% from 255) = 1.40%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=49.86%
G=1.40%
B=48.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178517400.970.020.30301.3994.5435.88
HexB25AE06121E12d5f24
Octal2625256014123645513744
Binary10110010101101011100110000110111101001011011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B205AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B205AE; }

 p { color: rgb(178,5,174); }

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

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

 a { background-color: rgb(178,5,174); }

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

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

 span { border-color: rgb(178,5,174); }

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