Html Css Color HEX #BE117F Medium Violet Red

📋 copy color: '#BE117F'

red 190 ◦ green 17 ◦ blue 127

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

Shades of Medium Violet Red #BE117F

Tints of Medium Violet Red #BE117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.02%

R = 56.89%
G = 5.09%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE117F (or 0xBE117F) is known color: Medium Violet Red. HEX triplet: BE, 11 and 7F. RGB value is (190,17,127). Sum of RGB (Red+Green+Blue) = 190+17+127=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE117F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE117F is #41EE80. Grayscale: #515151. Windows color (decimal): -4320897 or 8327614. OLE color: 8327614.

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

Color convert

RGB 190 17 127 -
CMYK 0 0.91 0.33 0.25
HSL 321.85º 0.84% 0.41% -
HSV(B) 321.85º 0.91% 0.75% -
XYZ 25.27 12.88 21.23 -
YUV 81.27 153.81 205.56 -
System Red Green Blue C M Y K H S L
Decimal 190 17 127 0 0.91 0.33 0.25 321.85 0.84 0.41
Hex BE 11 7F 0 5B 21 19 142 54 29
Octal 276 21 177 0 133 41 31 502 124 51
Binary 10111110 10001 1111111 0 1011011 100001 11001 101000010 1010100 101001

Color Harmonies of #BE117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE117F

Black with #BE117F

Text Example


Text Example

White with #BE117F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE117F; }

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

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

background-color css

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

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

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

border-color css

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

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

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