Html Css Color HEX #BE2175 Medium Violet Red

📋 copy color: '#BE2175'

red 190 ◦ green 33 ◦ blue 117

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

Shades of Medium Violet Red #BE2175

Tints of Medium Violet Red #BE2175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.41%

R = 55.88%
G = 9.71%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE2175 (or 0xBE2175) is known color: Medium Violet Red. HEX triplet: BE, 21 and 75. RGB value is (190,33,117). Sum of RGB (Red+Green+Blue) = 190+33+117=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2175 is #41DE8A. Grayscale: #595959. Windows color (decimal): -4316811 or 7676350. OLE color: 7676350.

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

Color convert

RGB 190 33 117 -
CMYK 0 0.83 0.38 0.25
HSL 327.9º 0.7% 0.44% -
HSV(B) 327.9º 0.83% 0.75% -
XYZ 24.99 13.32 18.08 -
YUV 89.52 143.51 199.67 -
System Red Green Blue C M Y K H S L
Decimal 190 33 117 0 0.83 0.38 0.25 327.9 0.7 0.44
Hex BE 21 75 0 53 26 19 148 46 2C
Octal 276 41 165 0 123 46 31 510 106 54
Binary 10111110 100001 1110101 0 1010011 100110 11001 101001000 1000110 101100

Color Harmonies of #BE2175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2175

Black with #BE2175

Text Example


Text Example

White with #BE2175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2175; }

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

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

background-color css

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

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

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

border-color css

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

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

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