Html Css Color HEX #BE1F9F Medium Violet Red

📋 copy color: '#BE1F9F'

red 190 ◦ green 31 ◦ blue 159

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

Shades of Medium Violet Red #BE1F9F

Tints of Medium Violet Red #BE1F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 41.84%

R = 50%
G = 8.16%
B = 41.84%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE1F9F (or 0xBE1F9F) is known color: Medium Violet Red. HEX triplet: BE, 1F and 9F. RGB value is (190,31,159). Sum of RGB (Red+Green+Blue) = 190+31+159=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 159 (62.5% from 255 or 41.84% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1F9F is #41E060. Grayscale: #5C5C5C. Windows color (decimal): -4317281 or 10428350. OLE color: 10428350.

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

Color convert

RGB 190 31 159 -
CMYK 0 0.84 0.16 0.25
HSL 311.7º 0.72% 0.43% -
HSV(B) 311.7º 0.84% 0.75% -
XYZ 27.98 14.43 34.11 -
YUV 93.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 190 31 159 0 0.84 0.16 0.25 311.7 0.72 0.43
Hex BE 1F 9F 0 54 10 19 138 48 2B
Octal 276 37 237 0 124 20 31 470 110 53
Binary 10111110 11111 10011111 0 1010100 10000 11001 100111000 1001000 101011

Color Harmonies of #BE1F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1F9F

Black with #BE1F9F

Text Example


Text Example

White with #BE1F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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