Html Css Color HEX #BE1389 Medium Violet Red

📋 copy color: '#BE1389'

red 190 ◦ green 19 ◦ blue 137

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

Shades of Medium Violet Red #BE1389

Tints of Medium Violet Red #BE1389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

 BLUE value IS 137 (53.91% from 255) = 39.6%

R = 54.91%
G = 5.49%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE1389 (or 0xBE1389) is known color: Medium Violet Red. HEX triplet: BE, 13 and 89. RGB value is (190,19,137). Sum of RGB (Red+Green+Blue) = 190+19+137=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1389 is #41EC76. Grayscale: #535353. Windows color (decimal): -4320375 or 8983486. OLE color: 8983486.

HSL color Cylindrical-coordinate representation of color #BE1389: hue angle of 318.6º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BE1389 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 137 -
CMYK 0 0.90 0.28 0.25
HSL 318.6º 0.82% 0.41% -
HSV(B) 318.6º 0.9% 0.75% -
XYZ 25.98 13.22 24.85 -
YUV 83.58 158.15 203.91 -
System Red Green Blue C M Y K H S L
Decimal 190 19 137 0 0.90 0.28 0.25 318.6 0.82 0.41
Hex BE 13 89 0 5A 1C 19 13F 52 29
Octal 276 23 211 0 132 34 31 477 122 51
Binary 10111110 10011 10001001 0 1011010 11100 11001 100111111 1010010 101001

Color Harmonies of #BE1389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1389

Black with #BE1389

Text Example


Text Example

White with #BE1389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1389; }

 p { color: rgb(190,19,137); }

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

background-color css

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

 a { background-color: rgb(190,19,137); }

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

border-color css

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

 span { border-color: rgb(190,19,137); }

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