Html Css Color HEX #BE0E9F Medium Violet Red

📋 copy color: '#BE0E9F'

red 190 ◦ green 14 ◦ blue 159

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

Shades of Medium Violet Red #BE0E9F

Tints of Medium Violet Red #BE0E9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.8%

R = 52.34%
G = 3.86%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE0E9F (or 0xBE0E9F) is known color: Medium Violet Red. HEX triplet: BE, 0E and 9F. RGB value is (190,14,159). Sum of RGB (Red+Green+Blue) = 190+14+159=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 14 (5.86% from 255 or 3.86% from 363); Blue value is 159 (62.5% from 255 or 43.80% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0E9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0E9F is #41F160. Grayscale: #525252. Windows color (decimal): -4321633 or 10423998. OLE color: 10423998.

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

Color convert

RGB 190 14 159 -
CMYK 0 0.93 0.16 0.25
HSL 310.57º 0.86% 0.4% -
HSV(B) 310.57º 0.93% 0.75% -
XYZ 27.65 13.76 34 -
YUV 83.15 170.81 204.21 -
System Red Green Blue C M Y K H S L
Decimal 190 14 159 0 0.93 0.16 0.25 310.57 0.86 0.4
Hex BE E 9F 0 5D 10 19 137 56 28
Octal 276 16 237 0 135 20 31 467 126 50
Binary 10111110 1110 10011111 0 1011101 10000 11001 100110111 1010110 101000

Color Harmonies of #BE0E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0E9F

Black with #BE0E9F

Text Example


Text Example

White with #BE0E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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