Html Css Color HEX #BE019F Medium Violet Red

📋 copy color: '#BE019F'

red 190 ◦ green 1 ◦ blue 159

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

Shades of Medium Violet Red #BE019F

Tints of Medium Violet Red #BE019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 54.29%
G = 0.29%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE019F (or 0xBE019F) is known color: Medium Violet Red. HEX triplet: BE, 01 and 9F. RGB value is (190,1,159). Sum of RGB (Red+Green+Blue) = 190+1+159=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 1 (0.78% from 255 or 0.29% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE019F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE019F is #41FE60. Grayscale: #4B4B4B. Windows color (decimal): -4324961 or 10420670. OLE color: 10420670.

HSL color Cylindrical-coordinate representation of color #BE019F: hue angle of 309.84º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE019F is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 1 159 -
CMYK 0 0.99 0.16 0.25
HSL 309.84º 0.99% 0.37% -
HSV(B) 309.84º 0.99% 0.75% -
XYZ 27.5 13.47 33.95 -
YUV 75.52 175.12 209.65 -
System Red Green Blue C M Y K H S L
Decimal 190 1 159 0 0.99 0.16 0.25 309.84 0.99 0.37
Hex BE 1 9F 0 63 10 19 136 63 25
Octal 276 1 237 0 143 20 31 466 143 45
Binary 10111110 1 10011111 0 1100011 10000 11001 100110110 1100011 100101

Color Harmonies of #BE019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE019F

Black with #BE019F

Text Example


Text Example

White with #BE019F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE019F; }

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

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

background-color css

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

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

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

border-color css

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

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

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