Html Css Color HEX #BE2172 Medium Violet Red

📋 copy color: '#BE2172'

red 190 ◦ green 33 ◦ blue 114

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

Shades of Medium Violet Red #BE2172

Tints of Medium Violet Red #BE2172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.79%

 BLUE value IS 114 (44.92% from 255) = 33.83%

R = 56.38%
G = 9.79%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE2172 (or 0xBE2172) is known color: Medium Violet Red. HEX triplet: BE, 21 and 72. RGB value is (190,33,114). Sum of RGB (Red+Green+Blue) = 190+33+114=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2172 is #41DE8D. Grayscale: #595959. Windows color (decimal): -4316814 or 7479742. OLE color: 7479742.

HSL color Cylindrical-coordinate representation of color #BE2172: hue angle of 329.04º degrees, saturation: 0.7, 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 #BE2172 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 33 114 -
CMYK 0 0.83 0.40 0.25
HSL 329.04º 0.7% 0.44% -
HSV(B) 329.04º 0.83% 0.75% -
XYZ 24.82 13.25 17.17 -
YUV 89.18 142.01 199.91 -
System Red Green Blue C M Y K H S L
Decimal 190 33 114 0 0.83 0.40 0.25 329.04 0.7 0.44
Hex BE 21 72 0 53 28 19 149 46 2C
Octal 276 41 162 0 123 50 31 511 106 54
Binary 10111110 100001 1110010 0 1010011 101000 11001 101001001 1000110 101100

Color Harmonies of #BE2172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2172

Black with #BE2172

Text Example


Text Example

White with #BE2172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2172; }

 p { color: rgb(190,33,114); }

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

background-color css

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

 a { background-color: rgb(190,33,114); }

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

border-color css

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

 span { border-color: rgb(190,33,114); }

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