Html Css Color HEX #BE0772 Medium Violet Red

📋 copy color: '#BE0772'

red 190 ◦ green 7 ◦ blue 114

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

Shades of Medium Violet Red #BE0772

Tints of Medium Violet Red #BE0772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 61.09%
G = 2.25%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE0772 (or 0xBE0772) is known color: Medium Violet Red. HEX triplet: BE, 07 and 72. RGB value is (190,7,114). Sum of RGB (Red+Green+Blue) = 190+7+114=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0772 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0772 is #41F88D. Grayscale: #494949. Windows color (decimal): -4323470 or 7473086. OLE color: 7473086.

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

Color convert

RGB 190 7 114 -
CMYK 0 0.96 0.40 0.25
HSL 324.92º 0.93% 0.39% -
HSV(B) 324.92º 0.96% 0.75% -
XYZ 24.35 12.31 17.01 -
YUV 73.92 150.63 210.8 -
System Red Green Blue C M Y K H S L
Decimal 190 7 114 0 0.96 0.40 0.25 324.92 0.93 0.39
Hex BE 7 72 0 60 28 19 145 5D 27
Octal 276 7 162 0 140 50 31 505 135 47
Binary 10111110 111 1110010 0 1100000 101000 11001 101000101 1011101 100111

Color Harmonies of #BE0772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE0772

Black with #BE0772

Text Example


Text Example

White with #BE0772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE0772; }

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

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

background-color css

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

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

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

border-color css

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

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

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