Html Css Color HEX #BE2496 Medium Red Violet

📋 copy color: '#BE2496'

red 190 ◦ green 36 ◦ blue 150

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

Shades of Medium Red Violet #BE2496

Tints of Medium Red Violet #BE2496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.57%

 BLUE value IS 150 (58.98% from 255) = 39.89%

R = 50.53%
G = 9.57%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE2496 (or 0xBE2496) is known color: Medium Red Violet. HEX triplet: BE, 24 and 96. RGB value is (190,36,150). Sum of RGB (Red+Green+Blue) = 190+36+150=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 36 (14.45% from 255 or 9.57% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2496 is #41DB69. Grayscale: #5E5E5E. Windows color (decimal): -4316010 or 9839806. OLE color: 9839806.

HSL color Cylindrical-coordinate representation of color #BE2496: hue angle of 315.58º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2496 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 36 150 -
CMYK 0 0.81 0.21 0.25
HSL 315.58º 0.68% 0.44% -
HSV(B) 315.58º 0.81% 0.75% -
XYZ 27.37 14.41 30.19 -
YUV 95.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 190 36 150 0 0.81 0.21 0.25 315.58 0.68 0.44
Hex BE 24 96 0 51 15 19 13C 44 2C
Octal 276 44 226 0 121 25 31 474 104 54
Binary 10111110 100100 10010110 0 1010001 10101 11001 100111100 1000100 101100

Color Harmonies of #BE2496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2496

Black with #BE2496

Text Example


Text Example

White with #BE2496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2496; }

 p { color: rgb(190,36,150); }

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

background-color css

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

 a { background-color: rgb(190,36,150); }

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

border-color css

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

 span { border-color: rgb(190,36,150); }

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