#BE17D6

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

Shades of Deep Magenta #BE17D6

Tints of Deep Magenta #BE17D6

Color information

#BE17D6 (or 0xBE17D6) is unknown color: approx Deep Magenta. HEX triplet: BE, 17 and D6. RGB value is (190,23,214). Sum of RGB (Red+Green+Blue) = 190+23+214=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 23 (9.38% from 255 or 5.39% from 427); Blue value is 214 (83.98% from 255 or 50.12% from 427); Max value from RGB is 214 - color contains mainly: blue. Hex color #BE17D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE17D6 is #41E829. Grayscale: #5E5E5E. Windows color (decimal): -4319274 or 14030782. OLE color: 14030782.

HSL color Cylindrical-coordinate representation of color #BE17D6: hue angle of 292.46º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE17D6 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB19023214-
CMYK0.110.8900.16
HSL292.46º80.59%46.47%-
HSV(B)292.46º89.25%83.92%-
XYZ33.6816.4165.01-
YUV94.71195.33195.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 23 (9.38% from 255) = 5.39%
BLUE value IS 214 (83.98% from 255) = 50.12%
R=44.50%
G=5.39%
B=50.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal190232140.110.8900.16292.4680.5946.47
HexBE17D6B59010124512e
Octal276273261313102044412156
Binary101111101011111010110101110110010100001001001001010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE17D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE17D6; }

 p { color: rgb(190,23,214); }

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

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

 a { background-color: rgb(190,23,214); }

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

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

 span { border-color: rgb(190,23,214); }

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