Html Css Color HEX #BE107F Medium Violet Red

📋 copy color: '#BE107F'

red 190 ◦ green 16 ◦ blue 127

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

Shades of Medium Violet Red #BE107F

Tints of Medium Violet Red #BE107F

RGB

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

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

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

R = 57.06%
G = 4.8%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE107F (or 0xBE107F) is known color: Medium Violet Red. HEX triplet: BE, 10 and 7F. RGB value is (190,16,127). Sum of RGB (Red+Green+Blue) = 190+16+127=333 (44% of max value = 765). Red value is 190 (74.61% from 255 or 57.06% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 190 - color contains mainly: red. Hex color #BE107F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE107F is #41EF80. Grayscale: #505050. Windows color (decimal): -4321153 or 8327358. OLE color: 8327358.

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

Color convert

RGB 190 16 127 -
CMYK 0 0.92 0.33 0.25
HSL 321.72º 0.84% 0.4% -
HSV(B) 321.72º 0.92% 0.75% -
XYZ 25.25 12.85 21.23 -
YUV 80.68 154.15 205.97 -
System Red Green Blue C M Y K H S L
Decimal 190 16 127 0 0.92 0.33 0.25 321.72 0.84 0.4
Hex BE 10 7F 0 5C 21 19 142 54 28
Octal 276 20 177 0 134 41 31 502 124 50
Binary 10111110 10000 1111111 0 1011100 100001 11001 101000010 1010100 101000

Color Harmonies of #BE107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE107F

Black with #BE107F

Text Example


Text Example

White with #BE107F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE107F; }

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

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

background-color css

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

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

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

border-color css

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

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

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