Html Css Color HEX #BE108D Medium Violet Red

📋 copy color: '#BE108D'

red 190 ◦ green 16 ◦ blue 141

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

Shades of Medium Violet Red #BE108D

Tints of Medium Violet Red #BE108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.61%

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

R = 54.76%
G = 4.61%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE108D (or 0xBE108D) is known color: Medium Violet Red. HEX triplet: BE, 10 and 8D. RGB value is (190,16,141). Sum of RGB (Red+Green+Blue) = 190+16+141=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 16 (6.64% from 255 or 4.61% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE108D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE108D is #41EF72. Grayscale: #515151. Windows color (decimal): -4321139 or 9244862. OLE color: 9244862.

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

Color convert

RGB 190 16 141 -
CMYK 0 0.92 0.26 0.25
HSL 316.9º 0.84% 0.4% -
HSV(B) 316.9º 0.92% 0.75% -
XYZ 26.23 13.24 26.37 -
YUV 82.28 161.15 204.84 -
System Red Green Blue C M Y K H S L
Decimal 190 16 141 0 0.92 0.26 0.25 316.9 0.84 0.4
Hex BE 10 8D 0 5C 1A 19 13D 54 28
Octal 276 20 215 0 134 32 31 475 124 50
Binary 10111110 10000 10001101 0 1011100 11010 11001 100111101 1010100 101000

Color Harmonies of #BE108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE108D

Black with #BE108D

Text Example


Text Example

White with #BE108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE108D; }

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

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

background-color css

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

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

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

border-color css

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

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

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