Html Css Color HEX #BE296C Medium Red Violet

📋 copy color: '#BE296C'

red 190 ◦ green 41 ◦ blue 108

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

Shades of Medium Red Violet #BE296C

Tints of Medium Red Violet #BE296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.86%

R = 56.05%
G = 12.09%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE296C (or 0xBE296C) is known color: Medium Red Violet. HEX triplet: BE, 29 and 6C. RGB value is (190,41,108). Sum of RGB (Red+Green+Blue) = 190+41+108=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 41 (16.41% from 255 or 12.09% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE296C is #41D693. Grayscale: #5D5D5D. Windows color (decimal): -4314772 or 7088574. OLE color: 7088574.

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

Color convert

RGB 190 41 108 -
CMYK 0 0.78 0.43 0.25
HSL 333.02º 0.65% 0.45% -
HSV(B) 333.02º 0.78% 0.75% -
XYZ 24.73 13.62 15.51 -
YUV 93.19 136.36 197.05 -
System Red Green Blue C M Y K H S L
Decimal 190 41 108 0 0.78 0.43 0.25 333.02 0.65 0.45
Hex BE 29 6C 0 4E 2B 19 14D 41 2D
Octal 276 51 154 0 116 53 31 515 101 55
Binary 10111110 101001 1101100 0 1001110 101011 11001 101001101 1000001 101101

Color Harmonies of #BE296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE296C

Black with #BE296C

Text Example


Text Example

White with #BE296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE296C; }

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

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

background-color css

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

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

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

border-color css

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

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

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