Html Css Color HEX #BE297D Medium Red Violet

📋 copy color: '#BE297D'

red 190 ◦ green 41 ◦ blue 125

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

Shades of Medium Red Violet #BE297D

Tints of Medium Red Violet #BE297D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 53.37%
G = 11.52%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE297D (or 0xBE297D) is known color: Medium Red Violet. HEX triplet: BE, 29 and 7D. RGB value is (190,41,125). Sum of RGB (Red+Green+Blue) = 190+41+125=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE297D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE297D is #41D682. Grayscale: #5E5E5E. Windows color (decimal): -4314755 or 8202686. OLE color: 8202686.

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

Color convert

RGB 190 41 125 -
CMYK 0 0.78 0.34 0.25
HSL 326.17º 0.65% 0.45% -
HSV(B) 326.17º 0.78% 0.75% -
XYZ 25.73 14.01 20.75 -
YUV 95.13 144.86 195.67 -
System Red Green Blue C M Y K H S L
Decimal 190 41 125 0 0.78 0.34 0.25 326.17 0.65 0.45
Hex BE 29 7D 0 4E 22 19 146 41 2D
Octal 276 51 175 0 116 42 31 506 101 55
Binary 10111110 101001 1111101 0 1001110 100010 11001 101000110 1000001 101101

Color Harmonies of #BE297D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE297D

Black with #BE297D

Text Example


Text Example

White with #BE297D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE297D; }

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

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

background-color css

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

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

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

border-color css

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

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

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