Html Css Color HEX #BE2173 Medium Violet Red

📋 copy color: '#BE2173'

red 190 ◦ green 33 ◦ blue 115

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

Shades of Medium Violet Red #BE2173

Tints of Medium Violet Red #BE2173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 56.21%
G = 9.76%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE2173 (or 0xBE2173) is known color: Medium Violet Red. HEX triplet: BE, 21 and 73. RGB value is (190,33,115). Sum of RGB (Red+Green+Blue) = 190+33+115=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 33 (13.28% from 255 or 9.76% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2173 is #41DE8C. Grayscale: #595959. Windows color (decimal): -4316813 or 7545278. OLE color: 7545278.

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

Color convert

RGB 190 33 115 -
CMYK 0 0.83 0.39 0.25
HSL 328.66º 0.7% 0.44% -
HSV(B) 328.66º 0.83% 0.75% -
XYZ 24.87 13.27 17.47 -
YUV 89.29 142.51 199.83 -
System Red Green Blue C M Y K H S L
Decimal 190 33 115 0 0.83 0.39 0.25 328.66 0.7 0.44
Hex BE 21 73 0 53 27 19 149 46 2C
Octal 276 41 163 0 123 47 31 511 106 54
Binary 10111110 100001 1110011 0 1010011 100111 11001 101001001 1000110 101100

Color Harmonies of #BE2173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2173

Black with #BE2173

Text Example


Text Example

White with #BE2173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2173; }

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

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

background-color css

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

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

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

border-color css

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

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

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