Html Css Color HEX #BE0477 Medium Violet Red

📋 copy color: '#BE0477'

red 190 ◦ green 4 ◦ blue 119

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

Shades of Medium Violet Red #BE0477

Tints of Medium Violet Red #BE0477

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

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

R = 60.7%
G = 1.28%
B = 38.02%

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

#BE0477 (or 0xBE0477) is known color: Medium Violet Red. HEX triplet: BE, 04 and 77. RGB value is (190,4,119). Sum of RGB (Red+Green+Blue) = 190+4+119=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0477 is #41FB88. Grayscale: #484848. Windows color (decimal): -4324233 or 7799998. OLE color: 7799998.

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

Color convert

RGB 190 4 119 -
CMYK 0 0.98 0.37 0.25
HSL 322.9º 0.96% 0.38% -
HSV(B) 322.9º 0.98% 0.75% -
XYZ 24.61 12.37 18.54 -
YUV 72.72 154.12 211.65 -
System Red Green Blue C M Y K H S L
Decimal 190 4 119 0 0.98 0.37 0.25 322.9 0.96 0.38
Hex BE 4 77 0 62 25 19 143 60 26
Octal 276 4 167 0 142 45 31 503 140 46
Binary 10111110 100 1110111 0 1100010 100101 11001 101000011 1100000 100110

Color Harmonies of #BE0477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0477

Black with #BE0477

Text Example


Text Example

White with #BE0477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0477; }

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

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

background-color css

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

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

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

border-color css

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

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

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