Html Css Color HEX #BE1FA4 Medium Violet Red

📋 copy color: '#BE1FA4'

red 190 ◦ green 31 ◦ blue 164

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

Shades of Medium Violet Red #BE1FA4

Tints of Medium Violet Red #BE1FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.6%

R = 49.35%
G = 8.05%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE1FA4 (or 0xBE1FA4) is known color: Medium Violet Red. HEX triplet: BE, 1F and A4. RGB value is (190,31,164). Sum of RGB (Red+Green+Blue) = 190+31+164=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 31 (12.5% from 255 or 8.05% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1FA4 is #41E05B. Grayscale: #5D5D5D. Windows color (decimal): -4317276 or 10756030. OLE color: 10756030.

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

Color convert

RGB 190 31 164 -
CMYK 0 0.84 0.14 0.25
HSL 309.81º 0.72% 0.43% -
HSV(B) 309.81º 0.84% 0.75% -
XYZ 28.43 14.61 36.44 -
YUV 93.7 167.68 196.69 -
System Red Green Blue C M Y K H S L
Decimal 190 31 164 0 0.84 0.14 0.25 309.81 0.72 0.43
Hex BE 1F A4 0 54 E 19 136 48 2B
Octal 276 37 244 0 124 16 31 466 110 53
Binary 10111110 11111 10100100 0 1010100 1110 11001 100110110 1001000 101011

Color Harmonies of #BE1FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1FA4

Black with #BE1FA4

Text Example


Text Example

White with #BE1FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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