Html Css Color HEX #BE2893 Medium Red Violet

📋 copy color: '#BE2893'

red 190 ◦ green 40 ◦ blue 147

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

Shades of Medium Red Violet #BE2893

Tints of Medium Red Violet #BE2893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.61%

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

R = 50.4%
G = 10.61%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BE2893 (or 0xBE2893) is known color: Medium Red Violet. HEX triplet: BE, 28 and 93. RGB value is (190,40,147). Sum of RGB (Red+Green+Blue) = 190+40+147=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2893 is #41D76C. Grayscale: #606060. Windows color (decimal): -4314989 or 9644222. OLE color: 9644222.

HSL color Cylindrical-coordinate representation of color #BE2893: hue angle of 317.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2893 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 40 147 -
CMYK 0 0.79 0.23 0.25
HSL 317.2º 0.65% 0.45% -
HSV(B) 317.2º 0.79% 0.75% -
XYZ 27.26 14.57 28.98 -
YUV 97.05 156.2 194.3 -
System Red Green Blue C M Y K H S L
Decimal 190 40 147 0 0.79 0.23 0.25 317.2 0.65 0.45
Hex BE 28 93 0 4F 17 19 13D 41 2D
Octal 276 50 223 0 117 27 31 475 101 55
Binary 10111110 101000 10010011 0 1001111 10111 11001 100111101 1000001 101101

Color Harmonies of #BE2893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2893

Black with #BE2893

Text Example


Text Example

White with #BE2893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2893; }

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

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

background-color css

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

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

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

border-color css

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

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

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