Html Css Color HEX #BE2394 Medium Violet Red

📋 copy color: '#BE2394'

red 190 ◦ green 35 ◦ blue 148

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

Shades of Medium Violet Red #BE2394

Tints of Medium Violet Red #BE2394

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.38%

 BLUE value IS 148 (58.2% from 255) = 39.68%

R = 50.94%
G = 9.38%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE2394 (or 0xBE2394) is known color: Medium Violet Red. HEX triplet: BE, 23 and 94. RGB value is (190,35,148). Sum of RGB (Red+Green+Blue) = 190+35+148=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2394 is #41DC6B. Grayscale: #5D5D5D. Windows color (decimal): -4316268 or 9708478. OLE color: 9708478.

HSL color Cylindrical-coordinate representation of color #BE2394: hue angle of 316.26º degrees, saturation: 0.69, 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 #BE2394 is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 35 148 -
CMYK 0 0.82 0.22 0.25
HSL 316.26º 0.69% 0.44% -
HSV(B) 316.26º 0.82% 0.75% -
XYZ 27.18 14.29 29.34 -
YUV 94.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 190 35 148 0 0.82 0.22 0.25 316.26 0.69 0.44
Hex BE 23 94 0 52 16 19 13C 45 2C
Octal 276 43 224 0 122 26 31 474 105 54
Binary 10111110 100011 10010100 0 1010010 10110 11001 100111100 1000101 101100

Color Harmonies of #BE2394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2394

Black with #BE2394

Text Example


Text Example

White with #BE2394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2394; }

 p { color: rgb(190,35,148); }

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

background-color css

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

 a { background-color: rgb(190,35,148); }

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

border-color css

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

 span { border-color: rgb(190,35,148); }

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