Html Css Color HEX #BE118D Medium Violet Red

📋 copy color: '#BE118D'

red 190 ◦ green 17 ◦ blue 141

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

Shades of Medium Violet Red #BE118D

Tints of Medium Violet Red #BE118D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.89%

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 54.6%
G = 4.89%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE118D (or 0xBE118D) is known color: Medium Violet Red. HEX triplet: BE, 11 and 8D. RGB value is (190,17,141). Sum of RGB (Red+Green+Blue) = 190+17+141=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE118D is #41EE72. Grayscale: #525252. Windows color (decimal): -4320883 or 9245118. OLE color: 9245118.

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

Color convert

RGB 190 17 141 -
CMYK 0 0.91 0.26 0.25
HSL 316.99º 0.84% 0.41% -
HSV(B) 316.99º 0.91% 0.75% -
XYZ 26.24 13.27 26.38 -
YUV 82.86 160.81 204.42 -
System Red Green Blue C M Y K H S L
Decimal 190 17 141 0 0.91 0.26 0.25 316.99 0.84 0.41
Hex BE 11 8D 0 5B 1A 19 13D 54 29
Octal 276 21 215 0 133 32 31 475 124 51
Binary 10111110 10001 10001101 0 1011011 11010 11001 100111101 1010100 101001

Color Harmonies of #BE118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE118D

Black with #BE118D

Text Example


Text Example

White with #BE118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE118D; }

 p { color: rgb(190,17,141); }

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

background-color css

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

 a { background-color: rgb(190,17,141); }

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

border-color css

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

 span { border-color: rgb(190,17,141); }

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