Html Css Color HEX #BE0394 Medium Violet Red

📋 copy color: '#BE0394'

red 190 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #BE0394

Tints of Medium Violet Red #BE0394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

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

R = 55.72%
G = 0.88%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE0394 (or 0xBE0394) is known color: Medium Violet Red. HEX triplet: BE, 03 and 94. RGB value is (190,3,148). Sum of RGB (Red+Green+Blue) = 190+3+148=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 3 (1.56% from 255 or 0.88% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0394 is #41FC6B. Grayscale: #4B4B4B. Windows color (decimal): -4324460 or 9700286. OLE color: 9700286.

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

Color convert

RGB 190 3 148 -
CMYK 0 0.98 0.22 0.25
HSL 313.48º 0.97% 0.38% -
HSV(B) 313.48º 0.98% 0.75% -
XYZ 26.61 13.15 29.15 -
YUV 75.44 168.95 209.71 -
System Red Green Blue C M Y K H S L
Decimal 190 3 148 0 0.98 0.22 0.25 313.48 0.97 0.38
Hex BE 3 94 0 62 16 19 139 61 26
Octal 276 3 224 0 142 26 31 471 141 46
Binary 10111110 11 10010100 0 1100010 10110 11001 100111001 1100001 100110

Color Harmonies of #BE0394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0394

Black with #BE0394

Text Example


Text Example

White with #BE0394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0394; }

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

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

background-color css

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

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

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

border-color css

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

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

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