Html Css Color HEX #BE219A Medium Violet Red

📋 copy color: '#BE219A'

red 190 ◦ green 33 ◦ blue 154

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

Shades of Medium Violet Red #BE219A

Tints of Medium Violet Red #BE219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.85%

R = 50.4%
G = 8.75%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE219A (or 0xBE219A) is known color: Medium Violet Red. HEX triplet: BE, 21 and 9A. RGB value is (190,33,154). Sum of RGB (Red+Green+Blue) = 190+33+154=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE219A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE219A is #41DE65. Grayscale: #5D5D5D. Windows color (decimal): -4316774 or 10101182. OLE color: 10101182.

HSL color Cylindrical-coordinate representation of color #BE219A: hue angle of 313.76º 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 #BE219A is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 33 154 -
CMYK 0 0.83 0.19 0.25
HSL 313.76º 0.7% 0.44% -
HSV(B) 313.76º 0.83% 0.75% -
XYZ 27.61 14.37 31.89 -
YUV 93.74 162.01 196.66 -
System Red Green Blue C M Y K H S L
Decimal 190 33 154 0 0.83 0.19 0.25 313.76 0.7 0.44
Hex BE 21 9A 0 53 13 19 13A 46 2C
Octal 276 41 232 0 123 23 31 472 106 54
Binary 10111110 100001 10011010 0 1010011 10011 11001 100111010 1000110 101100

Color Harmonies of #BE219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE219A

Black with #BE219A

Text Example


Text Example

White with #BE219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE219A; }

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

 H1.HeaderClassName
 {
   color: #BE219A;
 }
 .AnyTagClassName
 {
   color: #BE219A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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