Html Css Color HEX #BE139D Medium Violet Red

📋 copy color: '#BE139D'

red 190 ◦ green 19 ◦ blue 157

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

Shades of Medium Violet Red #BE139D

Tints of Medium Violet Red #BE139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.19%

 BLUE value IS 157 (61.72% from 255) = 42.9%

R = 51.91%
G = 5.19%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE139D (or 0xBE139D) is known color: Medium Violet Red. HEX triplet: BE, 13 and 9D. RGB value is (190,19,157). Sum of RGB (Red+Green+Blue) = 190+19+157=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE139D is #41EC62. Grayscale: #555555. Windows color (decimal): -4320355 or 10294206. OLE color: 10294206.

HSL color Cylindrical-coordinate representation of color #BE139D: hue angle of 311.58º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE139D is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 157 -
CMYK 0 0.90 0.17 0.25
HSL 311.58º 0.82% 0.41% -
HSV(B) 311.58º 0.9% 0.75% -
XYZ 27.55 13.85 33.12 -
YUV 85.86 168.15 202.28 -
System Red Green Blue C M Y K H S L
Decimal 190 19 157 0 0.90 0.17 0.25 311.58 0.82 0.41
Hex BE 13 9D 0 5A 11 19 138 52 29
Octal 276 23 235 0 132 21 31 470 122 51
Binary 10111110 10011 10011101 0 1011010 10001 11001 100111000 1010010 101001

Color Harmonies of #BE139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE139D

Black with #BE139D

Text Example


Text Example

White with #BE139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE139D; }

 p { color: rgb(190,19,157); }

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

background-color css

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

 a { background-color: rgb(190,19,157); }

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

border-color css

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

 span { border-color: rgb(190,19,157); }

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