Html Css Color HEX #BE0478 Medium Violet Red

📋 copy color: '#BE0478'

red 190 ◦ green 4 ◦ blue 120

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

Shades of Medium Violet Red #BE0478

Tints of Medium Violet Red #BE0478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.22%

R = 60.51%
G = 1.27%
B = 38.22%

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

#BE0478 (or 0xBE0478) is known color: Medium Violet Red. HEX triplet: BE, 04 and 78. RGB value is (190,4,120). Sum of RGB (Red+Green+Blue) = 190+4+120=314 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.51% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0478 is #41FB87. Grayscale: #484848. Windows color (decimal): -4324232 or 7865534. OLE color: 7865534.

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

Color convert

RGB 190 4 120 -
CMYK 0 0.98 0.37 0.25
HSL 322.58º 0.96% 0.38% -
HSV(B) 322.58º 0.98% 0.75% -
XYZ 24.67 12.39 18.86 -
YUV 72.84 154.62 211.57 -
System Red Green Blue C M Y K H S L
Decimal 190 4 120 0 0.98 0.37 0.25 322.58 0.96 0.38
Hex BE 4 78 0 62 25 19 143 60 26
Octal 276 4 170 0 142 45 31 503 140 46
Binary 10111110 100 1111000 0 1100010 100101 11001 101000011 1100000 100110

Color Harmonies of #BE0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0478

Black with #BE0478

Text Example


Text Example

White with #BE0478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0478; }

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

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

background-color css

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

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

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

border-color css

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

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

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