Html Css Color HEX #BE0294 Medium Violet Red

📋 copy color: '#BE0294'

red 190 ◦ green 2 ◦ blue 148

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

Shades of Medium Violet Red #BE0294

Tints of Medium Violet Red #BE0294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

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

R = 55.88%
G = 0.59%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE0294 (or 0xBE0294) is known color: Medium Violet Red. HEX triplet: BE, 02 and 94. RGB value is (190,2,148). Sum of RGB (Red+Green+Blue) = 190+2+148=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 2 (1.17% from 255 or 0.59% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0294 is #41FD6B. Grayscale: #4A4A4A. Windows color (decimal): -4324716 or 9700030. OLE color: 9700030.

HSL color Cylindrical-coordinate representation of color #BE0294: hue angle of 313.4º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0294 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 2 148 -
CMYK 0 0.99 0.22 0.25
HSL 313.4º 0.98% 0.38% -
HSV(B) 313.4º 0.99% 0.75% -
XYZ 26.6 13.13 29.15 -
YUV 74.86 169.28 210.13 -
System Red Green Blue C M Y K H S L
Decimal 190 2 148 0 0.99 0.22 0.25 313.4 0.98 0.38
Hex BE 2 94 0 63 16 19 139 62 26
Octal 276 2 224 0 143 26 31 471 142 46
Binary 10111110 10 10010100 0 1100011 10110 11001 100111001 1100010 100110

Color Harmonies of #BE0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0294

Black with #BE0294

Text Example


Text Example

White with #BE0294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0294; }

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

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

background-color css

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

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

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

border-color css

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

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

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