#BE218D

Color #BE218D Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BE218D

Tints of Medium Violet Red #BE218D

Color information

#BE218D (or 0xBE218D) is unknown color: approx Medium Violet Red. HEX triplet: BE, 21 and 8D. RGB value is (190,33,141). Sum of RGB (Red+Green+Blue) = 190+33+141=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 33 (13.28% from 255 or 9.07% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE218D is #41DE72. Grayscale: #5B5B5B. Windows color (decimal): -4316787 or 9249214. OLE color: 9249214.

HSL color Cylindrical-coordinate representation of color #BE218D: hue angle of 318.73º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE218D is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19033141-
CMYK00.830.260.25
HSL318.73º70.4%43.73%-
HSV(B)318.73º82.63%74.51%-
XYZ26.5913.9626.49-
YUV92.26155.51197.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 33 (13.28% from 255) = 9.07%
BLUE value IS 141 (55.47% from 255) = 38.74%
R=52.20%
G=9.07%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903314100.830.260.25318.7370.443.73
HexBE218D0531A1913f462c
Octal276412150123323147710654
Binary10111110100001100011010101001111010110011001111111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE218D; }

 p { color: rgb(190,33,141); }

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

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

 a { background-color: rgb(190,33,141); }

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

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

 span { border-color: rgb(190,33,141); }

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