Html Css Color HEX #BE297C Medium Red Violet

📋 copy color: '#BE297C'

red 190 ◦ green 41 ◦ blue 124

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

Shades of Medium Red Violet #BE297C

Tints of Medium Red Violet #BE297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.93%

R = 53.52%
G = 11.55%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE297C (or 0xBE297C) is known color: Medium Red Violet. HEX triplet: BE, 29 and 7C. RGB value is (190,41,124). Sum of RGB (Red+Green+Blue) = 190+41+124=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE297C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE297C is #41D683. Grayscale: #5E5E5E. Windows color (decimal): -4314756 or 8137150. OLE color: 8137150.

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

Color convert

RGB 190 41 124 -
CMYK 0 0.78 0.35 0.25
HSL 326.58º 0.65% 0.45% -
HSV(B) 326.58º 0.78% 0.75% -
XYZ 25.67 13.99 20.42 -
YUV 95.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 190 41 124 0 0.78 0.35 0.25 326.58 0.65 0.45
Hex BE 29 7C 0 4E 23 19 147 41 2D
Octal 276 51 174 0 116 43 31 507 101 55
Binary 10111110 101001 1111100 0 1001110 100011 11001 101000111 1000001 101101

Color Harmonies of #BE297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE297C

Black with #BE297C

Text Example


Text Example

White with #BE297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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