Html Css Color HEX #BE1E8A Medium Violet Red

📋 copy color: '#BE1E8A'

red 190 ◦ green 30 ◦ blue 138

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

Shades of Medium Violet Red #BE1E8A

Tints of Medium Violet Red #BE1E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.55%

R = 53.07%
G = 8.38%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE1E8A (or 0xBE1E8A) is known color: Medium Violet Red. HEX triplet: BE, 1E and 8A. RGB value is (190,30,138). Sum of RGB (Red+Green+Blue) = 190+30+138=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1E8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1E8A is #41E175. Grayscale: #595959. Windows color (decimal): -4317558 or 9051838. OLE color: 9051838.

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

Color convert

RGB 190 30 138 -
CMYK 0 0.84 0.27 0.25
HSL 319.5º 0.73% 0.43% -
HSV(B) 319.5º 0.84% 0.75% -
XYZ 26.29 13.71 25.31 -
YUV 90.15 155.01 199.22 -
System Red Green Blue C M Y K H S L
Decimal 190 30 138 0 0.84 0.27 0.25 319.5 0.73 0.43
Hex BE 1E 8A 0 54 1B 19 140 49 2B
Octal 276 36 212 0 124 33 31 500 111 53
Binary 10111110 11110 10001010 0 1010100 11011 11001 101000000 1001001 101011

Color Harmonies of #BE1E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1E8A

Black with #BE1E8A

Text Example


Text Example

White with #BE1E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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