Html Css Color HEX #BE108F Medium Violet Red

📋 copy color: '#BE108F'

red 190 ◦ green 16 ◦ blue 143

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

Shades of Medium Violet Red #BE108F

Tints of Medium Violet Red #BE108F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.97%

R = 54.44%
G = 4.58%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE108F (or 0xBE108F) is known color: Medium Violet Red. HEX triplet: BE, 10 and 8F. RGB value is (190,16,143). Sum of RGB (Red+Green+Blue) = 190+16+143=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 143 (56.25% from 255 or 40.97% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE108F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE108F is #41EF70. Grayscale: #525252. Windows color (decimal): -4321137 or 9375934. OLE color: 9375934.

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

Color convert

RGB 190 16 143 -
CMYK 0 0.92 0.25 0.25
HSL 316.21º 0.84% 0.4% -
HSV(B) 316.21º 0.92% 0.75% -
XYZ 26.38 13.3 27.16 -
YUV 82.5 162.15 204.67 -
System Red Green Blue C M Y K H S L
Decimal 190 16 143 0 0.92 0.25 0.25 316.21 0.84 0.4
Hex BE 10 8F 0 5C 19 19 13C 54 28
Octal 276 20 217 0 134 31 31 474 124 50
Binary 10111110 10000 10001111 0 1011100 11001 11001 100111100 1010100 101000

Color Harmonies of #BE108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE108F

Black with #BE108F

Text Example


Text Example

White with #BE108F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE108F; }

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

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

background-color css

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

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

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

border-color css

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

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

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