Html Css Color HEX #BE116F Medium Violet Red

📋 copy color: '#BE116F'

red 190 ◦ green 17 ◦ blue 111

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

Shades of Medium Violet Red #BE116F

Tints of Medium Violet Red #BE116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.91%

R = 59.75%
G = 5.35%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE116F (or 0xBE116F) is known color: Medium Violet Red. HEX triplet: BE, 11 and 6F. RGB value is (190,17,111). Sum of RGB (Red+Green+Blue) = 190+17+111=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE116F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE116F is #41EE90. Grayscale: #4F4F4F. Windows color (decimal): -4320913 or 7279038. OLE color: 7279038.

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

Color convert

RGB 190 17 111 -
CMYK 0 0.91 0.42 0.25
HSL 327.4º 0.84% 0.41% -
HSV(B) 327.4º 0.91% 0.75% -
XYZ 24.3 12.5 16.17 -
YUV 79.44 145.81 206.86 -
System Red Green Blue C M Y K H S L
Decimal 190 17 111 0 0.91 0.42 0.25 327.4 0.84 0.41
Hex BE 11 6F 0 5B 2A 19 147 54 29
Octal 276 21 157 0 133 52 31 507 124 51
Binary 10111110 10001 1101111 0 1011011 101010 11001 101000111 1010100 101001

Color Harmonies of #BE116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE116F

Black with #BE116F

Text Example


Text Example

White with #BE116F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE116F; }

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

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

background-color css

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

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

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

border-color css

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

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

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