Html Css Color HEX #BE116C Medium Violet Red

📋 copy color: '#BE116C'

red 190 ◦ green 17 ◦ blue 108

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

Shades of Medium Violet Red #BE116C

Tints of Medium Violet Red #BE116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 60.32%
G = 5.4%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE116C (or 0xBE116C) is known color: Medium Violet Red. HEX triplet: BE, 11 and 6C. RGB value is (190,17,108). Sum of RGB (Red+Green+Blue) = 190+17+108=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE116C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE116C is #41EE93. Grayscale: #4E4E4E. Windows color (decimal): -4320916 or 7082430. OLE color: 7082430.

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

Color convert

RGB 190 17 108 -
CMYK 0 0.91 0.43 0.25
HSL 328.44º 0.84% 0.41% -
HSV(B) 328.44º 0.91% 0.75% -
XYZ 24.14 12.43 15.31 -
YUV 79.1 144.31 207.1 -
System Red Green Blue C M Y K H S L
Decimal 190 17 108 0 0.91 0.43 0.25 328.44 0.84 0.41
Hex BE 11 6C 0 5B 2B 19 148 54 29
Octal 276 21 154 0 133 53 31 510 124 51
Binary 10111110 10001 1101100 0 1011011 101011 11001 101001000 1010100 101001

Color Harmonies of #BE116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE116C

Black with #BE116C

Text Example


Text Example

White with #BE116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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