Html Css Color HEX #BE316E Medium Red Violet

📋 copy color: '#BE316E'

red 190 ◦ green 49 ◦ blue 110

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

Shades of Medium Red Violet #BE316E

Tints of Medium Red Violet #BE316E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.04%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 54.44%
G = 14.04%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE316E (or 0xBE316E) is known color: Medium Red Violet. HEX triplet: BE, 31 and 6E. RGB value is (190,49,110). Sum of RGB (Red+Green+Blue) = 190+49+110=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE316E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE316E is #41CE91. Grayscale: #626262. Windows color (decimal): -4312722 or 7221694. OLE color: 7221694.

HSL color Cylindrical-coordinate representation of color #BE316E: hue angle of 334.04º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE316E is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 49 110 -
CMYK 0 0.74 0.42 0.25
HSL 334.04º 0.59% 0.47% -
HSV(B) 334.04º 0.74% 0.75% -
XYZ 25.15 14.27 16.18 -
YUV 98.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 190 49 110 0 0.74 0.42 0.25 334.04 0.59 0.47
Hex BE 31 6E 0 4A 2A 19 14E 3B 2F
Octal 276 61 156 0 112 52 31 516 73 57
Binary 10111110 110001 1101110 0 1001010 101010 11001 101001110 111011 101111

Color Harmonies of #BE316E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE316E

Black with #BE316E

Text Example


Text Example

White with #BE316E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE316E; }

 p { color: rgb(190,49,110); }

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

background-color css

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

 a { background-color: rgb(190,49,110); }

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

border-color css

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

 span { border-color: rgb(190,49,110); }

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