Html Css Color HEX #BE298F Medium Red Violet

📋 copy color: '#BE298F'

red 190 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #BE298F

Tints of Medium Red Violet #BE298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.24%

R = 50.8%
G = 10.96%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE298F (or 0xBE298F) is known color: Medium Red Violet. HEX triplet: BE, 29 and 8F. RGB value is (190,41,143). Sum of RGB (Red+Green+Blue) = 190+41+143=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 41 (16.41% from 255 or 10.96% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE298F is #41D670. Grayscale: #606060. Windows color (decimal): -4314737 or 9382334. OLE color: 9382334.

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

Color convert

RGB 190 41 143 -
CMYK 0 0.78 0.25 0.25
HSL 318.93º 0.65% 0.45% -
HSV(B) 318.93º 0.78% 0.75% -
XYZ 26.99 14.52 27.37 -
YUV 97.18 153.86 194.21 -
System Red Green Blue C M Y K H S L
Decimal 190 41 143 0 0.78 0.25 0.25 318.93 0.65 0.45
Hex BE 29 8F 0 4E 19 19 13F 41 2D
Octal 276 51 217 0 116 31 31 477 101 55
Binary 10111110 101001 10001111 0 1001110 11001 11001 100111111 1000001 101101

Color Harmonies of #BE298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE298F

Black with #BE298F

Text Example


Text Example

White with #BE298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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