Html Css Color HEX #BE218D Medium Violet Red

📋 copy color: '#BE218D'

red 190 ◦ green 33 ◦ blue 141

#BE218D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BE218D

Tints of Medium Violet Red #BE218D

RGB

 RED value IS 190 (74.61% from 255) = 52.2%

 GREEN value IS 33 (13.28% from 255) = 9.07%

 BLUE value IS 141 (55.47% from 255) = 38.74%

R = 52.2%
G = 9.07%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE218D (or 0xBE218D) is known color: 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

RGB 190 33 141 -
CMYK 0 0.83 0.26 0.25
HSL 318.73º 0.7% 0.44% -
HSV(B) 318.73º 0.83% 0.75% -
XYZ 26.59 13.96 26.49 -
YUV 92.26 155.51 197.72 -
System Red Green Blue C M Y K H S L
Decimal 190 33 141 0 0.83 0.26 0.25 318.73 0.7 0.44
Hex BE 21 8D 0 53 1A 19 13F 46 2C
Octal 276 41 215 0 123 32 31 477 106 54
Binary 10111110 100001 10001101 0 1010011 11010 11001 100111111 1000110 101100

Color Harmonies of #BE218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE218D

Black with #BE218D

Text Example


Text Example

White with #BE218D

Text Example


Text Example

HTML Codes & Css Web 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>