Html Css Color HEX #BE296F Medium Red Violet

📋 copy color: '#BE296F'

red 190 ◦ green 41 ◦ blue 111

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

Shades of Medium Red Violet #BE296F

Tints of Medium Red Violet #BE296F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.46%

R = 55.56%
G = 11.99%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE296F (or 0xBE296F) is known color: Medium Red Violet. HEX triplet: BE, 29 and 6F. RGB value is (190,41,111). Sum of RGB (Red+Green+Blue) = 190+41+111=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE296F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE296F is #41D690. Grayscale: #5D5D5D. Windows color (decimal): -4314769 or 7285182. OLE color: 7285182.

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

Color convert

RGB 190 41 111 -
CMYK 0 0.78 0.42 0.25
HSL 331.81º 0.65% 0.45% -
HSV(B) 331.81º 0.78% 0.75% -
XYZ 24.9 13.68 16.37 -
YUV 93.53 137.86 196.81 -
System Red Green Blue C M Y K H S L
Decimal 190 41 111 0 0.78 0.42 0.25 331.81 0.65 0.45
Hex BE 29 6F 0 4E 2A 19 14C 41 2D
Octal 276 51 157 0 116 52 31 514 101 55
Binary 10111110 101001 1101111 0 1001110 101010 11001 101001100 1000001 101101

Color Harmonies of #BE296F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE296F

Black with #BE296F

Text Example


Text Example

White with #BE296F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE296F; }

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

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

background-color css

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

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

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

border-color css

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

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

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