Html Css Color HEX #BE1E93 Medium Violet Red

📋 copy color: '#BE1E93'

red 190 ◦ green 30 ◦ blue 147

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

Shades of Medium Violet Red #BE1E93

Tints of Medium Violet Red #BE1E93

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.17%

 BLUE value IS 147 (57.81% from 255) = 40.05%

R = 51.77%
G = 8.17%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE1E93 (or 0xBE1E93) is known color: Medium Violet Red. HEX triplet: BE, 1E and 93. RGB value is (190,30,147). Sum of RGB (Red+Green+Blue) = 190+30+147=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1E93 is #41E16C. Grayscale: #5A5A5A. Windows color (decimal): -4317549 or 9641662. OLE color: 9641662.

HSL color Cylindrical-coordinate representation of color #BE1E93: hue angle of 316.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1E93 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 30 147 -
CMYK 0 0.84 0.23 0.25
HSL 316.13º 0.73% 0.43% -
HSV(B) 316.13º 0.84% 0.75% -
XYZ 26.97 13.98 28.88 -
YUV 91.18 159.51 198.49 -
System Red Green Blue C M Y K H S L
Decimal 190 30 147 0 0.84 0.23 0.25 316.13 0.73 0.43
Hex BE 1E 93 0 54 17 19 13C 49 2B
Octal 276 36 223 0 124 27 31 474 111 53
Binary 10111110 11110 10010011 0 1010100 10111 11001 100111100 1001001 101011

Color Harmonies of #BE1E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1E93

Black with #BE1E93

Text Example


Text Example

White with #BE1E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1E93; }

 p { color: rgb(190,30,147); }

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

background-color css

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

 a { background-color: rgb(190,30,147); }

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

border-color css

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

 span { border-color: rgb(190,30,147); }

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