Html Css Color HEX #BE0377 Medium Violet Red

📋 copy color: '#BE0377'

red 190 ◦ green 3 ◦ blue 119

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

Shades of Medium Violet Red #BE0377

Tints of Medium Violet Red #BE0377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.14%

R = 60.9%
G = 0.96%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE0377 (or 0xBE0377) is known color: Medium Violet Red. HEX triplet: BE, 03 and 77. RGB value is (190,3,119). Sum of RGB (Red+Green+Blue) = 190+3+119=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 119 (46.88% from 255 or 38.14% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0377 is #41FC88. Grayscale: #474747. Windows color (decimal): -4324489 or 7799742. OLE color: 7799742.

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

Color convert

RGB 190 3 119 -
CMYK 0 0.98 0.37 0.25
HSL 322.78º 0.97% 0.38% -
HSV(B) 322.78º 0.98% 0.75% -
XYZ 24.6 12.34 18.54 -
YUV 72.14 154.45 212.07 -
System Red Green Blue C M Y K H S L
Decimal 190 3 119 0 0.98 0.37 0.25 322.78 0.97 0.38
Hex BE 3 77 0 62 25 19 143 61 26
Octal 276 3 167 0 142 45 31 503 141 46
Binary 10111110 11 1110111 0 1100010 100101 11001 101000011 1100001 100110

Color Harmonies of #BE0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0377

Black with #BE0377

Text Example


Text Example

White with #BE0377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0377; }

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

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

background-color css

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

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

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

border-color css

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

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

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