Html Css Color HEX #BE2C92 Medium Red Violet

📋 copy color: '#BE2C92'

red 190 ◦ green 44 ◦ blue 146

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

Shades of Medium Red Violet #BE2C92

Tints of Medium Red Violet #BE2C92

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.58%

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

R = 50%
G = 11.58%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE2C92 (or 0xBE2C92) is known color: Medium Red Violet. HEX triplet: BE, 2C and 92. RGB value is (190,44,146). Sum of RGB (Red+Green+Blue) = 190+44+146=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 44 (17.58% from 255 or 11.58% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2C92 is #41D36D. Grayscale: #636363. Windows color (decimal): -4313966 or 9579710. OLE color: 9579710.

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

Color convert

RGB 190 44 146 -
CMYK 0 0.77 0.23 0.25
HSL 318.08º 0.62% 0.46% -
HSV(B) 318.08º 0.77% 0.75% -
XYZ 27.32 14.82 28.62 -
YUV 99.28 154.37 192.71 -
System Red Green Blue C M Y K H S L
Decimal 190 44 146 0 0.77 0.23 0.25 318.08 0.62 0.46
Hex BE 2C 92 0 4D 17 19 13E 3E 2E
Octal 276 54 222 0 115 27 31 476 76 56
Binary 10111110 101100 10010010 0 1001101 10111 11001 100111110 111110 101110

Color Harmonies of #BE2C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C92

Black with #BE2C92

Text Example


Text Example

White with #BE2C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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