Html Css Color HEX #BE077D Medium Violet Red

📋 copy color: '#BE077D'

red 190 ◦ green 7 ◦ blue 125

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

Shades of Medium Violet Red #BE077D

Tints of Medium Violet Red #BE077D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.82%

R = 59.01%
G = 2.17%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE077D (or 0xBE077D) is known color: Medium Violet Red. HEX triplet: BE, 07 and 7D. RGB value is (190,7,125). Sum of RGB (Red+Green+Blue) = 190+7+125=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE077D is #41F882. Grayscale: #4A4A4A. Windows color (decimal): -4323459 or 8193982. OLE color: 8193982.

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

Color convert

RGB 190 7 125 -
CMYK 0 0.96 0.34 0.25
HSL 321.31º 0.93% 0.39% -
HSV(B) 321.31º 0.96% 0.75% -
XYZ 25.01 12.58 20.51 -
YUV 75.17 156.13 209.91 -
System Red Green Blue C M Y K H S L
Decimal 190 7 125 0 0.96 0.34 0.25 321.31 0.93 0.39
Hex BE 7 7D 0 60 22 19 141 5D 27
Octal 276 7 175 0 140 42 31 501 135 47
Binary 10111110 111 1111101 0 1100000 100010 11001 101000001 1011101 100111

Color Harmonies of #BE077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE077D

Black with #BE077D

Text Example


Text Example

White with #BE077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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