#BE15C5

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

Shades of Deep Magenta #BE15C5

Tints of Deep Magenta #BE15C5

Color information

#BE15C5 (or 0xBE15C5) is unknown color: approx Deep Magenta. HEX triplet: BE, 15 and C5. RGB value is (190,21,197). Sum of RGB (Red+Green+Blue) = 190+21+197=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 21 (8.59% from 255 or 5.15% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #BE15C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE15C5 is #41EA3A. Grayscale: #5B5B5B. Windows color (decimal): -4319803 or 12916158. OLE color: 12916158.

HSL color Cylindrical-coordinate representation of color #BE15C5: hue angle of 297.61º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE15C5 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB19021197-
CMYK0.040.8900.23
HSL297.61º80.73%42.75%-
HSV(B)297.61º89.34%77.25%-
XYZ31.5815.5154.15-
YUV91.6187.49198.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 21 (8.59% from 255) = 5.15%
BLUE value IS 197 (77.34% from 255) = 48.28%
R=46.57%
G=5.15%
B=48.28%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190211970.040.8900.23297.6180.7342.75
HexBE15C545901712a512b
Octal27625305413102745212153
Binary10111110101011100010110010110010101111001010101010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE15C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE15C5; }

 p { color: rgb(190,21,197); }

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

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

 a { background-color: rgb(190,21,197); }

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

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

 span { border-color: rgb(190,21,197); }

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