Html Css Color HEX #BE37A0 Medium Red Violet

📋 copy color: '#BE37A0'

red 190 ◦ green 55 ◦ blue 160

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

Shades of Medium Red Violet #BE37A0

Tints of Medium Red Violet #BE37A0

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.58%

 BLUE value IS 160 (62.89% from 255) = 39.51%

R = 46.91%
G = 13.58%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE37A0 (or 0xBE37A0) is known color: Medium Red Violet. HEX triplet: BE, 37 and A0. RGB value is (190,55,160). Sum of RGB (Red+Green+Blue) = 190+55+160=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE37A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE37A0 is #41C85F. Grayscale: #6B6B6B. Windows color (decimal): -4311136 or 10500030. OLE color: 10500030.

HSL color Cylindrical-coordinate representation of color #BE37A0: hue angle of 313.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE37A0 is Cyan = 0, Magento = 0.71, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 55 160 -
CMYK 0 0.71 0.16 0.25
HSL 313.33º 0.55% 0.48% -
HSV(B) 313.33º 0.71% 0.75% -
XYZ 28.95 16.22 34.86 -
YUV 107.34 157.73 186.96 -
System Red Green Blue C M Y K H S L
Decimal 190 55 160 0 0.71 0.16 0.25 313.33 0.55 0.48
Hex BE 37 A0 0 47 10 19 139 37 30
Octal 276 67 240 0 107 20 31 471 67 60
Binary 10111110 110111 10100000 0 1000111 10000 11001 100111001 110111 110000

Color Harmonies of #BE37A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE37A0

Black with #BE37A0

Text Example


Text Example

White with #BE37A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE37A0; }

 p { color: rgb(190,55,160); }

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

background-color css

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

 a { background-color: rgb(190,55,160); }

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

border-color css

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

 span { border-color: rgb(190,55,160); }

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