Html Css Color HEX #BE079A Medium Violet Red

📋 copy color: '#BE079A'

red 190 ◦ green 7 ◦ blue 154

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

Shades of Medium Violet Red #BE079A

Tints of Medium Violet Red #BE079A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.87%

R = 54.13%
G = 1.99%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE079A (or 0xBE079A) is known color: Medium Violet Red. HEX triplet: BE, 07 and 9A. RGB value is (190,7,154). Sum of RGB (Red+Green+Blue) = 190+7+154=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 7 (3.12% from 255 or 1.99% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE079A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE079A is #41F865. Grayscale: #4E4E4E. Windows color (decimal): -4323430 or 10094526. OLE color: 10094526.

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

Color convert

RGB 190 7 154 -
CMYK 0 0.96 0.19 0.25
HSL 311.8º 0.93% 0.39% -
HSV(B) 311.8º 0.96% 0.75% -
XYZ 27.14 13.43 31.73 -
YUV 78.48 170.63 207.55 -
System Red Green Blue C M Y K H S L
Decimal 190 7 154 0 0.96 0.19 0.25 311.8 0.93 0.39
Hex BE 7 9A 0 60 13 19 138 5D 27
Octal 276 7 232 0 140 23 31 470 135 47
Binary 10111110 111 10011010 0 1100000 10011 11001 100111000 1011101 100111

Color Harmonies of #BE079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE079A

Black with #BE079A

Text Example


Text Example

White with #BE079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE079A; }

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

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

background-color css

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

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

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

border-color css

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

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

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