Html Css Color HEX #BE297F Medium Red Violet

📋 copy color: '#BE297F'

red 190 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #BE297F

Tints of Medium Red Violet #BE297F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.47%

R = 53.07%
G = 11.45%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE297F (or 0xBE297F) is known color: Medium Red Violet. HEX triplet: BE, 29 and 7F. RGB value is (190,41,127). Sum of RGB (Red+Green+Blue) = 190+41+127=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE297F is #41D680. Grayscale: #5F5F5F. Windows color (decimal): -4314753 or 8333758. OLE color: 8333758.

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

Color convert

RGB 190 41 127 -
CMYK 0 0.78 0.33 0.25
HSL 325.37º 0.65% 0.45% -
HSV(B) 325.37º 0.78% 0.75% -
XYZ 25.86 14.07 21.43 -
YUV 95.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 190 41 127 0 0.78 0.33 0.25 325.37 0.65 0.45
Hex BE 29 7F 0 4E 21 19 145 41 2D
Octal 276 51 177 0 116 41 31 505 101 55
Binary 10111110 101001 1111111 0 1001110 100001 11001 101000101 1000001 101101

Color Harmonies of #BE297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE297F

Black with #BE297F

Text Example


Text Example

White with #BE297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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