#BE17C0

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

Shades of Deep Magenta #BE17C0

Tints of Deep Magenta #BE17C0

Color information

#BE17C0 (or 0xBE17C0) is unknown color: approx Deep Magenta. HEX triplet: BE, 17 and C0. RGB value is (190,23,192). Sum of RGB (Red+Green+Blue) = 190+23+192=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 192 (75.39% from 255 or 47.41% from 405); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE17C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE17C0 is #41E83F. Grayscale: #5B5B5B. Windows color (decimal): -4319296 or 12588990. OLE color: 12588990.

HSL color Cylindrical-coordinate representation of color #BE17C0: hue angle of 299.29º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE17C0 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19023192-
CMYK0.010.8800.25
HSL299.29º78.6%42.16%-
HSV(B)299.29º88.02%75.29%-
XYZ31.0615.3751.2-
YUV92.2184.33197.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 23 (9.38% from 255) = 5.68%
BLUE value IS 192 (75.39% from 255) = 47.41%
R=46.91%
G=5.68%
B=47.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190231920.010.8800.25299.2978.642.16
HexBE17C015801912b4f2a
Octal27627300113003145311752
Binary101111101011111000000110110000110011001010111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE17C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE17C0; }

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

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

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

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

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

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

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

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