Html Css Color HEX #BE299F Medium Red Violet

📋 copy color: '#BE299F'

red 190 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #BE299F

Tints of Medium Red Violet #BE299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.77%

R = 48.72%
G = 10.51%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE299F (or 0xBE299F) is known color: Medium Red Violet. HEX triplet: BE, 29 and 9F. RGB value is (190,41,159). Sum of RGB (Red+Green+Blue) = 190+41+159=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 41 (16.41% from 255 or 10.51% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE299F is #41D660. Grayscale: #626262. Windows color (decimal): -4314721 or 10430910. OLE color: 10430910.

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

Color convert

RGB 190 41 159 -
CMYK 0 0.78 0.16 0.25
HSL 312.48º 0.65% 0.45% -
HSV(B) 312.48º 0.78% 0.75% -
XYZ 28.29 15.04 34.21 -
YUV 99 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 190 41 159 0 0.78 0.16 0.25 312.48 0.65 0.45
Hex BE 29 9F 0 4E 10 19 138 41 2D
Octal 276 51 237 0 116 20 31 470 101 55
Binary 10111110 101001 10011111 0 1001110 10000 11001 100111000 1000001 101101

Color Harmonies of #BE299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE299F

Black with #BE299F

Text Example


Text Example

White with #BE299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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