Html Css Color HEX #BE2299 Medium Violet Red

📋 copy color: '#BE2299'

red 190 ◦ green 34 ◦ blue 153

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

Shades of Medium Violet Red #BE2299

Tints of Medium Violet Red #BE2299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 50.4%
G = 9.02%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE2299 (or 0xBE2299) is known color: Medium Violet Red. HEX triplet: BE, 22 and 99. RGB value is (190,34,153). Sum of RGB (Red+Green+Blue) = 190+34+153=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2299 is #41DD66. Grayscale: #5D5D5D. Windows color (decimal): -4316519 or 10035902. OLE color: 10035902.

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

Color convert

RGB 190 34 153 -
CMYK 0 0.82 0.19 0.25
HSL 314.23º 0.7% 0.44% -
HSV(B) 314.23º 0.82% 0.75% -
XYZ 27.56 14.39 31.46 -
YUV 94.21 161.18 196.32 -
System Red Green Blue C M Y K H S L
Decimal 190 34 153 0 0.82 0.19 0.25 314.23 0.7 0.44
Hex BE 22 99 0 52 13 19 13A 46 2C
Octal 276 42 231 0 122 23 31 472 106 54
Binary 10111110 100010 10011001 0 1010010 10011 11001 100111010 1000110 101100

Color Harmonies of #BE2299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2299

Black with #BE2299

Text Example


Text Example

White with #BE2299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2299; }

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

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

background-color css

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

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

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

border-color css

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

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

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