Html Css Color HEX #BE1194 Medium Violet Red

📋 copy color: '#BE1194'

red 190 ◦ green 17 ◦ blue 148

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

Shades of Medium Violet Red #BE1194

Tints of Medium Violet Red #BE1194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.79%

 BLUE value IS 148 (58.2% from 255) = 41.69%

R = 53.52%
G = 4.79%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE1194 (or 0xBE1194) is known color: Medium Violet Red. HEX triplet: BE, 11 and 94. RGB value is (190,17,148). Sum of RGB (Red+Green+Blue) = 190+17+148=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 148 (58.20% from 255 or 41.69% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1194 is #41EE6B. Grayscale: #535353. Windows color (decimal): -4320876 or 9703870. OLE color: 9703870.

HSL color Cylindrical-coordinate representation of color #BE1194: hue angle of 314.57º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1194 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 17 148 -
CMYK 0 0.91 0.22 0.25
HSL 314.57º 0.84% 0.41% -
HSV(B) 314.57º 0.91% 0.75% -
XYZ 26.78 13.49 29.21 -
YUV 83.66 164.31 203.85 -
System Red Green Blue C M Y K H S L
Decimal 190 17 148 0 0.91 0.22 0.25 314.57 0.84 0.41
Hex BE 11 94 0 5B 16 19 13B 54 29
Octal 276 21 224 0 133 26 31 473 124 51
Binary 10111110 10001 10010100 0 1011011 10110 11001 100111011 1010100 101001

Color Harmonies of #BE1194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1194

Black with #BE1194

Text Example


Text Example

White with #BE1194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1194; }

 p { color: rgb(190,17,148); }

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

background-color css

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

 a { background-color: rgb(190,17,148); }

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

border-color css

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

 span { border-color: rgb(190,17,148); }

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