Html Css Color HEX #BE0771 Medium Violet Red

📋 copy color: '#BE0771'

red 190 ◦ green 7 ◦ blue 113

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

Shades of Medium Violet Red #BE0771

Tints of Medium Violet Red #BE0771

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.26%

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

R = 61.29%
G = 2.26%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE0771 (or 0xBE0771) is known color: Medium Violet Red. HEX triplet: BE, 07 and 71. RGB value is (190,7,113). Sum of RGB (Red+Green+Blue) = 190+7+113=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0771 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0771 is #41F88E. Grayscale: #494949. Windows color (decimal): -4323471 or 7407550. OLE color: 7407550.

HSL color Cylindrical-coordinate representation of color #BE0771: hue angle of 325.25º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0771 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 7 113 -
CMYK 0 0.96 0.41 0.25
HSL 325.25º 0.93% 0.39% -
HSV(B) 325.25º 0.96% 0.75% -
XYZ 24.29 12.29 16.71 -
YUV 73.8 150.13 210.88 -
System Red Green Blue C M Y K H S L
Decimal 190 7 113 0 0.96 0.41 0.25 325.25 0.93 0.39
Hex BE 7 71 0 60 29 19 145 5D 27
Octal 276 7 161 0 140 51 31 505 135 47
Binary 10111110 111 1110001 0 1100000 101001 11001 101000101 1011101 100111

Color Harmonies of #BE0771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0771

Black with #BE0771

Text Example


Text Example

White with #BE0771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0771; }

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

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

background-color css

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

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

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

border-color css

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

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

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