#BE18C4

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

Shades of Deep Magenta #BE18C4

Tints of Deep Magenta #BE18C4

Color information

#BE18C4 (or 0xBE18C4) is unknown color: approx Deep Magenta. HEX triplet: BE, 18 and C4. RGB value is (190,24,196). Sum of RGB (Red+Green+Blue) = 190+24+196=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #BE18C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BE18C4 is #41E73B. Grayscale: #5C5C5C. Windows color (decimal): -4319036 or 12851390. OLE color: 12851390.

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

Color convert

RGB19024196-
CMYK0.030.8800.23
HSL297.91º78.18%43.14%-
HSV(B)297.91º87.76%76.86%-
XYZ31.5315.5953.57-
YUV93.24186197.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.34%
GREEN value IS 24 (9.77% from 255) = 5.85%
BLUE value IS 196 (76.95% from 255) = 47.80%
R=46.34%
G=5.85%
B=47.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190241960.030.8800.23297.9178.1843.14
HexBE18C435801712a4e2b
Octal27630304313002745211653
Binary1011111011000110001001110110000101111001010101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE18C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE18C4; }

 p { color: rgb(190,24,196); }

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

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

 a { background-color: rgb(190,24,196); }

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

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

 span { border-color: rgb(190,24,196); }

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