Html Css Color HEX #BE31A0 Medium Red Violet

📋 copy color: '#BE31A0'

red 190 ◦ green 49 ◦ blue 160

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

Shades of Medium Red Violet #BE31A0

Tints of Medium Red Violet #BE31A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.1%

R = 47.62%
G = 12.28%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE31A0 (or 0xBE31A0) is known color: Medium Red Violet. HEX triplet: BE, 31 and A0. RGB value is (190,49,160). Sum of RGB (Red+Green+Blue) = 190+49+160=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE31A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE31A0 is #41CE5F. Grayscale: #676767. Windows color (decimal): -4312672 or 10498494. OLE color: 10498494.

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

Color convert

RGB 190 49 160 -
CMYK 0 0.74 0.16 0.25
HSL 312.77º 0.59% 0.47% -
HSV(B) 312.77º 0.74% 0.75% -
XYZ 28.68 15.68 34.77 -
YUV 103.81 159.71 189.47 -
System Red Green Blue C M Y K H S L
Decimal 190 49 160 0 0.74 0.16 0.25 312.77 0.59 0.47
Hex BE 31 A0 0 4A 10 19 139 3B 2F
Octal 276 61 240 0 112 20 31 471 73 57
Binary 10111110 110001 10100000 0 1001010 10000 11001 100111001 111011 101111

Color Harmonies of #BE31A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE31A0

Black with #BE31A0

Text Example


Text Example

White with #BE31A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE31A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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