Html Css Color HEX #BE0E86 Medium Violet Red

📋 copy color: '#BE0E86'

red 190 ◦ green 14 ◦ blue 134

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

Shades of Medium Violet Red #BE0E86

Tints of Medium Violet Red #BE0E86

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.14%

 BLUE value IS 134 (52.73% from 255) = 39.64%

R = 56.21%
G = 4.14%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE0E86 (or 0xBE0E86) is known color: Medium Violet Red. HEX triplet: BE, 0E and 86. RGB value is (190,14,134). Sum of RGB (Red+Green+Blue) = 190+14+134=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 14 (5.86% from 255 or 4.14% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E86 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0E86 is #41F179. Grayscale: #505050. Windows color (decimal): -4321658 or 8785598. OLE color: 8785598.

HSL color Cylindrical-coordinate representation of color #BE0E86: hue angle of 319.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0E86 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 14 134 -
CMYK 0 0.93 0.29 0.25
HSL 319.09º 0.86% 0.4% -
HSV(B) 319.09º 0.93% 0.75% -
XYZ 25.7 12.98 23.71 -
YUV 80.3 158.31 206.24 -
System Red Green Blue C M Y K H S L
Decimal 190 14 134 0 0.93 0.29 0.25 319.09 0.86 0.4
Hex BE E 86 0 5D 1D 19 13F 56 28
Octal 276 16 206 0 135 35 31 477 126 50
Binary 10111110 1110 10000110 0 1011101 11101 11001 100111111 1010110 101000

Color Harmonies of #BE0E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0E86

Black with #BE0E86

Text Example


Text Example

White with #BE0E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0E86; }

 p { color: rgb(190,14,134); }

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

background-color css

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

 a { background-color: rgb(190,14,134); }

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

border-color css

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

 span { border-color: rgb(190,14,134); }

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