Html Css Color HEX #BE1A70 Medium Violet Red

📋 copy color: '#BE1A70'

red 190 ◦ green 26 ◦ blue 112

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

Shades of Medium Violet Red #BE1A70

Tints of Medium Violet Red #BE1A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 57.93%
G = 7.93%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE1A70 (or 0xBE1A70) is known color: Medium Violet Red. HEX triplet: BE, 1A and 70. RGB value is (190,26,112). Sum of RGB (Red+Green+Blue) = 190+26+112=328 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.93% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A70 is #41E58F. Grayscale: #545454. Windows color (decimal): -4318608 or 7346878. OLE color: 7346878.

HSL color Cylindrical-coordinate representation of color #BE1A70: hue angle of 328.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 #BE1A70 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 26 112 -
CMYK 0 0.86 0.41 0.25
HSL 328.54º 0.76% 0.42% -
HSV(B) 328.54º 0.86% 0.75% -
XYZ 24.53 12.86 16.52 -
YUV 84.84 143.33 203.01 -
System Red Green Blue C M Y K H S L
Decimal 190 26 112 0 0.86 0.41 0.25 328.54 0.76 0.42
Hex BE 1A 70 0 56 29 19 149 4C 2A
Octal 276 32 160 0 126 51 31 511 114 52
Binary 10111110 11010 1110000 0 1010110 101001 11001 101001001 1001100 101010

Color Harmonies of #BE1A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1A70

Black with #BE1A70

Text Example


Text Example

White with #BE1A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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