Html Css Color HEX #BE2071 Medium Violet Red

📋 copy color: '#BE2071'

red 190 ◦ green 32 ◦ blue 113

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

Shades of Medium Violet Red #BE2071

Tints of Medium Violet Red #BE2071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.55%

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

R = 56.72%
G = 9.55%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE2071 (or 0xBE2071) is known color: Medium Violet Red. HEX triplet: BE, 20 and 71. RGB value is (190,32,113). Sum of RGB (Red+Green+Blue) = 190+32+113=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2071 is #41DF8E. Grayscale: #585858. Windows color (decimal): -4317071 or 7413950. OLE color: 7413950.

HSL color Cylindrical-coordinate representation of color #BE2071: hue angle of 329.24º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2071 is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 32 113 -
CMYK 0 0.83 0.41 0.25
HSL 329.24º 0.71% 0.44% -
HSV(B) 329.24º 0.83% 0.75% -
XYZ 24.73 13.17 16.86 -
YUV 88.48 141.85 200.41 -
System Red Green Blue C M Y K H S L
Decimal 190 32 113 0 0.83 0.41 0.25 329.24 0.71 0.44
Hex BE 20 71 0 53 29 19 149 47 2C
Octal 276 40 161 0 123 51 31 511 107 54
Binary 10111110 100000 1110001 0 1010011 101001 11001 101001001 1000111 101100

Color Harmonies of #BE2071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2071

Black with #BE2071

Text Example


Text Example

White with #BE2071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2071; }

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

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

background-color css

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

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

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

border-color css

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

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

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