Html Css Color HEX #BE2271 Medium Violet Red

📋 copy color: '#BE2271'

red 190 ◦ green 34 ◦ blue 113

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

Shades of Medium Violet Red #BE2271

Tints of Medium Violet Red #BE2271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

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

R = 56.38%
G = 10.09%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE2271 (or 0xBE2271) is known color: Medium Violet Red. HEX triplet: BE, 22 and 71. RGB value is (190,34,113). Sum of RGB (Red+Green+Blue) = 190+34+113=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2271 is #41DD8E. Grayscale: #595959. Windows color (decimal): -4316559 or 7414462. OLE color: 7414462.

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

Color convert

RGB 190 34 113 -
CMYK 0 0.82 0.41 0.25
HSL 329.62º 0.7% 0.44% -
HSV(B) 329.62º 0.82% 0.75% -
XYZ 24.79 13.28 16.88 -
YUV 89.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 190 34 113 0 0.82 0.41 0.25 329.62 0.7 0.44
Hex BE 22 71 0 52 29 19 14A 46 2C
Octal 276 42 161 0 122 51 31 512 106 54
Binary 10111110 100010 1110001 0 1010010 101001 11001 101001010 1000110 101100

Color Harmonies of #BE2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2271

Black with #BE2271

Text Example


Text Example

White with #BE2271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2271; }

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

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

background-color css

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

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

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

border-color css

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

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

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