Html Css Color HEX #BE1A99 Medium Violet Red

📋 copy color: '#BE1A99'

red 190 ◦ green 26 ◦ blue 153

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

Shades of Medium Violet Red #BE1A99

Tints of Medium Violet Red #BE1A99

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.05%

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 51.49%
G = 7.05%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE1A99 (or 0xBE1A99) is known color: Medium Violet Red. HEX triplet: BE, 1A and 99. RGB value is (190,26,153). Sum of RGB (Red+Green+Blue) = 190+26+153=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1A99 is #41E566. Grayscale: #595959. Windows color (decimal): -4318567 or 10033854. OLE color: 10033854.

HSL color Cylindrical-coordinate representation of color #BE1A99: hue angle of 313.54º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1A99 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 26 153 -
CMYK 0 0.86 0.19 0.25
HSL 313.54º 0.76% 0.42% -
HSV(B) 313.54º 0.86% 0.75% -
XYZ 27.35 13.99 31.39 -
YUV 89.51 163.83 199.67 -
System Red Green Blue C M Y K H S L
Decimal 190 26 153 0 0.86 0.19 0.25 313.54 0.76 0.42
Hex BE 1A 99 0 56 13 19 13A 4C 2A
Octal 276 32 231 0 126 23 31 472 114 52
Binary 10111110 11010 10011001 0 1010110 10011 11001 100111010 1001100 101010

Color Harmonies of #BE1A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A99

Black with #BE1A99

Text Example


Text Example

White with #BE1A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A99; }

 p { color: rgb(190,26,153); }

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

background-color css

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

 a { background-color: rgb(190,26,153); }

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

border-color css

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

 span { border-color: rgb(190,26,153); }

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