Html Css Color HEX #BE0471 Medium Violet Red

📋 copy color: '#BE0471'

red 190 ◦ green 4 ◦ blue 113

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

Shades of Medium Violet Red #BE0471

Tints of Medium Violet Red #BE0471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.81%

R = 61.89%
G = 1.3%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE0471 (or 0xBE0471) is known color: Medium Violet Red. HEX triplet: BE, 04 and 71. RGB value is (190,4,113). Sum of RGB (Red+Green+Blue) = 190+4+113=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0471 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0471 is #41FB8E. Grayscale: #474747. Windows color (decimal): -4324239 or 7406782. OLE color: 7406782.

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

Color convert

RGB 190 4 113 -
CMYK 0 0.98 0.41 0.25
HSL 324.84º 0.96% 0.38% -
HSV(B) 324.84º 0.98% 0.75% -
XYZ 24.26 12.23 16.7 -
YUV 72.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 190 4 113 0 0.98 0.41 0.25 324.84 0.96 0.38
Hex BE 4 71 0 62 29 19 145 60 26
Octal 276 4 161 0 142 51 31 505 140 46
Binary 10111110 100 1110001 0 1100010 101001 11001 101000101 1100000 100110

Color Harmonies of #BE0471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0471

Black with #BE0471

Text Example


Text Example

White with #BE0471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0471; }

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

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

background-color css

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

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

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

border-color css

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

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

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