Html Css Color HEX #BE2999 Medium Red Violet

📋 copy color: '#BE2999'

red 190 ◦ green 41 ◦ blue 153

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

Shades of Medium Red Violet #BE2999

Tints of Medium Red Violet #BE2999

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.68%

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

R = 49.48%
G = 10.68%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE2999 (or 0xBE2999) is known color: Medium Red Violet. HEX triplet: BE, 29 and 99. RGB value is (190,41,153). Sum of RGB (Red+Green+Blue) = 190+41+153=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2999 is #41D666. Grayscale: #626262. Windows color (decimal): -4314727 or 10037694. OLE color: 10037694.

HSL color Cylindrical-coordinate representation of color #BE2999: hue angle of 314.9º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BE2999 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 41 153 -
CMYK 0 0.78 0.19 0.25
HSL 314.9º 0.65% 0.45% -
HSV(B) 314.9º 0.78% 0.75% -
XYZ 27.78 14.83 31.54 -
YUV 98.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 190 41 153 0 0.78 0.19 0.25 314.9 0.65 0.45
Hex BE 29 99 0 4E 13 19 13B 41 2D
Octal 276 51 231 0 116 23 31 473 101 55
Binary 10111110 101001 10011001 0 1001110 10011 11001 100111011 1000001 101101

Color Harmonies of #BE2999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2999

Black with #BE2999

Text Example


Text Example

White with #BE2999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2999; }

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

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

background-color css

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

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

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

border-color css

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

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

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