Html Css Color HEX #BE1FA5 Medium Violet Red

📋 copy color: '#BE1FA5'

red 190 ◦ green 31 ◦ blue 165

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

Shades of Medium Violet Red #BE1FA5

Tints of Medium Violet Red #BE1FA5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.03%

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

R = 49.22%
G = 8.03%
B = 42.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE1FA5 (or 0xBE1FA5) is known color: Medium Violet Red. HEX triplet: BE, 1F and A5. RGB value is (190,31,165). Sum of RGB (Red+Green+Blue) = 190+31+165=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1FA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1FA5 is #41E05A. Grayscale: #5D5D5D. Windows color (decimal): -4317275 or 10821566. OLE color: 10821566.

HSL color Cylindrical-coordinate representation of color #BE1FA5: hue angle of 309.43º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BE1FA5 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 31 165 -
CMYK 0 0.84 0.13 0.25
HSL 309.43º 0.72% 0.43% -
HSV(B) 309.43º 0.84% 0.75% -
XYZ 28.52 14.64 36.92 -
YUV 93.82 168.18 196.6 -
System Red Green Blue C M Y K H S L
Decimal 190 31 165 0 0.84 0.13 0.25 309.43 0.72 0.43
Hex BE 1F A5 0 54 D 19 135 48 2B
Octal 276 37 245 0 124 15 31 465 110 53
Binary 10111110 11111 10100101 0 1010100 1101 11001 100110101 1001000 101011

Color Harmonies of #BE1FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FA5

Black with #BE1FA5

Text Example


Text Example

White with #BE1FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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