Html Css Color HEX #BE3192 Medium Red Violet

📋 copy color: '#BE3192'

red 190 ◦ green 49 ◦ blue 146

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

Shades of Medium Red Violet #BE3192

Tints of Medium Red Violet #BE3192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.73%

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

R = 49.35%
G = 12.73%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE3192 (or 0xBE3192) is known color: Medium Red Violet. HEX triplet: BE, 31 and 92. RGB value is (190,49,146). Sum of RGB (Red+Green+Blue) = 190+49+146=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3192 is #41CE6D. Grayscale: #656565. Windows color (decimal): -4312686 or 9580990. OLE color: 9580990.

HSL color Cylindrical-coordinate representation of color #BE3192: hue angle of 318.72º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3192 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 49 146 -
CMYK 0 0.74 0.23 0.25
HSL 318.72º 0.59% 0.47% -
HSV(B) 318.72º 0.74% 0.75% -
XYZ 27.52 15.22 28.68 -
YUV 102.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 190 49 146 0 0.74 0.23 0.25 318.72 0.59 0.47
Hex BE 31 92 0 4A 17 19 13F 3B 2F
Octal 276 61 222 0 112 27 31 477 73 57
Binary 10111110 110001 10010010 0 1001010 10111 11001 100111111 111011 101111

Color Harmonies of #BE3192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3192

Black with #BE3192

Text Example


Text Example

White with #BE3192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3192; }

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

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

background-color css

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

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

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

border-color css

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

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

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