Html Css Color HEX #BE0393 Medium Violet Red

📋 copy color: '#BE0393'

red 190 ◦ green 3 ◦ blue 147

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

Shades of Medium Violet Red #BE0393

Tints of Medium Violet Red #BE0393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.24%

R = 55.88%
G = 0.88%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE0393 (or 0xBE0393) is known color: Medium Violet Red. HEX triplet: BE, 03 and 93. RGB value is (190,3,147). Sum of RGB (Red+Green+Blue) = 190+3+147=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0393 is #41FC6C. Grayscale: #4A4A4A. Windows color (decimal): -4324461 or 9634750. OLE color: 9634750.

HSL color Cylindrical-coordinate representation of color #BE0393: hue angle of 313.8º 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 #BE0393 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 3 147 -
CMYK 0 0.98 0.23 0.25
HSL 313.8º 0.97% 0.38% -
HSV(B) 313.8º 0.98% 0.75% -
XYZ 26.53 13.12 28.74 -
YUV 75.33 168.45 209.79 -
System Red Green Blue C M Y K H S L
Decimal 190 3 147 0 0.98 0.23 0.25 313.8 0.97 0.38
Hex BE 3 93 0 62 17 19 13A 61 26
Octal 276 3 223 0 142 27 31 472 141 46
Binary 10111110 11 10010011 0 1100010 10111 11001 100111010 1100001 100110

Color Harmonies of #BE0393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0393

Black with #BE0393

Text Example


Text Example

White with #BE0393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0393; }

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

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

background-color css

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

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

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

border-color css

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

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

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