Html Css Color HEX #BE31A5 Medium Red Violet

📋 copy color: '#BE31A5'

red 190 ◦ green 49 ◦ blue 165

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

Shades of Medium Red Violet #BE31A5

Tints of Medium Red Violet #BE31A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 40.84%

R = 47.03%
G = 12.13%
B = 40.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE31A5 (or 0xBE31A5) is known color: Medium Red Violet. HEX triplet: BE, 31 and A5. RGB value is (190,49,165). Sum of RGB (Red+Green+Blue) = 190+49+165=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 165 (64.84% from 255 or 40.84% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE31A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE31A5 is #41CE5A. Grayscale: #686868. Windows color (decimal): -4312667 or 10826174. OLE color: 10826174.

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

Color convert

RGB 190 49 165 -
CMYK 0 0.74 0.13 0.25
HSL 310.64º 0.59% 0.47% -
HSV(B) 310.64º 0.74% 0.75% -
XYZ 29.13 15.86 37.12 -
YUV 104.38 162.21 189.07 -
System Red Green Blue C M Y K H S L
Decimal 190 49 165 0 0.74 0.13 0.25 310.64 0.59 0.47
Hex BE 31 A5 0 4A D 19 137 3B 2F
Octal 276 61 245 0 112 15 31 467 73 57
Binary 10111110 110001 10100101 0 1001010 1101 11001 100110111 111011 101111

Color Harmonies of #BE31A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE31A5

Black with #BE31A5

Text Example


Text Example

White with #BE31A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE31A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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