Html Css Color HEX #BE1392 Medium Violet Red

📋 copy color: '#BE1392'

red 190 ◦ green 19 ◦ blue 146

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

Shades of Medium Violet Red #BE1392

Tints of Medium Violet Red #BE1392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 53.52%
G = 5.35%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE1392 (or 0xBE1392) is known color: Medium Violet Red. HEX triplet: BE, 13 and 92. RGB value is (190,19,146). Sum of RGB (Red+Green+Blue) = 190+19+146=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1392 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE1392 is #41EC6D. Grayscale: #545454. Windows color (decimal): -4320366 or 9573310. OLE color: 9573310.

HSL color Cylindrical-coordinate representation of color #BE1392: hue angle of 315.44º 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 #BE1392 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 19 146 -
CMYK 0 0.90 0.23 0.25
HSL 315.44º 0.82% 0.41% -
HSV(B) 315.44º 0.9% 0.75% -
XYZ 26.66 13.49 28.39 -
YUV 84.61 162.65 203.17 -
System Red Green Blue C M Y K H S L
Decimal 190 19 146 0 0.90 0.23 0.25 315.44 0.82 0.41
Hex BE 13 92 0 5A 17 19 13B 52 29
Octal 276 23 222 0 132 27 31 473 122 51
Binary 10111110 10011 10010010 0 1011010 10111 11001 100111011 1010010 101001

Color Harmonies of #BE1392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE1392

Black with #BE1392

Text Example


Text Example

White with #BE1392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE1392; }

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

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

background-color css

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

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

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

border-color css

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

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

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