Html Css Color HEX #BE1071 Medium Violet Red

📋 copy color: '#BE1071'

red 190 ◦ green 16 ◦ blue 113

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

Shades of Medium Violet Red #BE1071

Tints of Medium Violet Red #BE1071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.42%

R = 59.56%
G = 5.02%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE1071 (or 0xBE1071) is known color: Medium Violet Red. HEX triplet: BE, 10 and 71. RGB value is (190,16,113). Sum of RGB (Red+Green+Blue) = 190+16+113=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1071 is #41EF8E. Grayscale: #4E4E4E. Windows color (decimal): -4321167 or 7409854. OLE color: 7409854.

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

Color convert

RGB 190 16 113 -
CMYK 0 0.92 0.41 0.25
HSL 326.55º 0.84% 0.4% -
HSV(B) 326.55º 0.92% 0.75% -
XYZ 24.4 12.51 16.75 -
YUV 79.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 190 16 113 0 0.92 0.41 0.25 326.55 0.84 0.4
Hex BE 10 71 0 5C 29 19 147 54 28
Octal 276 20 161 0 134 51 31 507 124 50
Binary 10111110 10000 1110001 0 1011100 101001 11001 101000111 1010100 101000

Color Harmonies of #BE1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1071

Black with #BE1071

Text Example


Text Example

White with #BE1071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1071; }

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

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

background-color css

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

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

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

border-color css

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

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

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