Html Css Color HEX #BE1772 Medium Violet Red

📋 copy color: '#BE1772'

red 190 ◦ green 23 ◦ blue 114

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

Shades of Medium Violet Red #BE1772

Tints of Medium Violet Red #BE1772

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.03%

 BLUE value IS 114 (44.92% from 255) = 34.86%

R = 58.1%
G = 7.03%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE1772 (or 0xBE1772) is known color: Medium Violet Red. HEX triplet: BE, 17 and 72. RGB value is (190,23,114). Sum of RGB (Red+Green+Blue) = 190+23+114=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE1772 is #41E88D. Grayscale: #535353. Windows color (decimal): -4319374 or 7477182. OLE color: 7477182.

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

Color convert

RGB 190 23 114 -
CMYK 0 0.88 0.40 0.25
HSL 327.31º 0.78% 0.42% -
HSV(B) 327.31º 0.88% 0.75% -
XYZ 24.58 12.77 17.09 -
YUV 83.31 145.33 204.1 -
System Red Green Blue C M Y K H S L
Decimal 190 23 114 0 0.88 0.40 0.25 327.31 0.78 0.42
Hex BE 17 72 0 58 28 19 147 4E 2A
Octal 276 27 162 0 130 50 31 507 116 52
Binary 10111110 10111 1110010 0 1011000 101000 11001 101000111 1001110 101010

Color Harmonies of #BE1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1772

Black with #BE1772

Text Example


Text Example

White with #BE1772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1772; }

 p { color: rgb(190,23,114); }

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

background-color css

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

 a { background-color: rgb(190,23,114); }

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

border-color css

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

 span { border-color: rgb(190,23,114); }

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