Html Css Color HEX #BE2296 Medium Violet Red

📋 copy color: '#BE2296'

red 190 ◦ green 34 ◦ blue 150

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

Shades of Medium Violet Red #BE2296

Tints of Medium Violet Red #BE2296

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.09%

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

R = 50.8%
G = 9.09%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE2296 (or 0xBE2296) is known color: Medium Violet Red. HEX triplet: BE, 22 and 96. RGB value is (190,34,150). Sum of RGB (Red+Green+Blue) = 190+34+150=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 34 (13.67% from 255 or 9.09% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2296 is #41DD69. Grayscale: #5D5D5D. Windows color (decimal): -4316522 or 9839294. OLE color: 9839294.

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

Color convert

RGB 190 34 150 -
CMYK 0 0.82 0.21 0.25
HSL 315.38º 0.7% 0.44% -
HSV(B) 315.38º 0.82% 0.75% -
XYZ 27.31 14.29 30.17 -
YUV 93.87 159.68 196.57 -
System Red Green Blue C M Y K H S L
Decimal 190 34 150 0 0.82 0.21 0.25 315.38 0.7 0.44
Hex BE 22 96 0 52 15 19 13B 46 2C
Octal 276 42 226 0 122 25 31 473 106 54
Binary 10111110 100010 10010110 0 1010010 10101 11001 100111011 1000110 101100

Color Harmonies of #BE2296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2296

Black with #BE2296

Text Example


Text Example

White with #BE2296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2296; }

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

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

background-color css

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

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

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

border-color css

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

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

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