Html Css Color HEX #BE0774 Medium Violet Red

📋 copy color: '#BE0774'

red 190 ◦ green 7 ◦ blue 116

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

Shades of Medium Violet Red #BE0774

Tints of Medium Violet Red #BE0774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.06%

R = 60.7%
G = 2.24%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE0774 (or 0xBE0774) is known color: Medium Violet Red. HEX triplet: BE, 07 and 74. RGB value is (190,7,116). Sum of RGB (Red+Green+Blue) = 190+7+116=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 7 (3.12% from 255 or 2.24% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0774 is #41F88B. Grayscale: #494949. Windows color (decimal): -4323468 or 7604158. OLE color: 7604158.

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

Color convert

RGB 190 7 116 -
CMYK 0 0.96 0.39 0.25
HSL 324.26º 0.93% 0.39% -
HSV(B) 324.26º 0.96% 0.75% -
XYZ 24.46 12.36 17.62 -
YUV 74.14 151.63 210.64 -
System Red Green Blue C M Y K H S L
Decimal 190 7 116 0 0.96 0.39 0.25 324.26 0.93 0.39
Hex BE 7 74 0 60 27 19 144 5D 27
Octal 276 7 164 0 140 47 31 504 135 47
Binary 10111110 111 1110100 0 1100000 100111 11001 101000100 1011101 100111

Color Harmonies of #BE0774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0774

Black with #BE0774

Text Example


Text Example

White with #BE0774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0774; }

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

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

background-color css

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

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

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

border-color css

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

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

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