Html Css Color HEX #BE1FA2 Medium Violet Red

📋 copy color: '#BE1FA2'

red 190 ◦ green 31 ◦ blue 162

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

Shades of Medium Violet Red #BE1FA2

Tints of Medium Violet Red #BE1FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.3%

R = 49.61%
G = 8.09%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE1FA2 (or 0xBE1FA2) is known color: Medium Violet Red. HEX triplet: BE, 1F and A2. RGB value is (190,31,162). Sum of RGB (Red+Green+Blue) = 190+31+162=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 31 (12.5% from 255 or 8.09% from 383); Blue value is 162 (63.67% from 255 or 42.30% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1FA2 is #41E05D. Grayscale: #5D5D5D. Windows color (decimal): -4317278 or 10624958. OLE color: 10624958.

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

Color convert

RGB 190 31 162 -
CMYK 0 0.84 0.15 0.25
HSL 310.57º 0.72% 0.43% -
HSV(B) 310.57º 0.84% 0.75% -
XYZ 28.25 14.54 35.5 -
YUV 93.48 166.68 196.85 -
System Red Green Blue C M Y K H S L
Decimal 190 31 162 0 0.84 0.15 0.25 310.57 0.72 0.43
Hex BE 1F A2 0 54 F 19 137 48 2B
Octal 276 37 242 0 124 17 31 467 110 53
Binary 10111110 11111 10100010 0 1010100 1111 11001 100110111 1001000 101011

Color Harmonies of #BE1FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FA2

Black with #BE1FA2

Text Example


Text Example

White with #BE1FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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