Html Css Color HEX #BE078C Medium Violet Red

📋 copy color: '#BE078C'

red 190 ◦ green 7 ◦ blue 140

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

Shades of Medium Violet Red #BE078C

Tints of Medium Violet Red #BE078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 56.38%
G = 2.08%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE078C (or 0xBE078C) is known color: Medium Violet Red. HEX triplet: BE, 07 and 8C. RGB value is (190,7,140). Sum of RGB (Red+Green+Blue) = 190+7+140=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE078C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE078C is #41F873. Grayscale: #4C4C4C. Windows color (decimal): -4323444 or 9177022. OLE color: 9177022.

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

Color convert

RGB 190 7 140 -
CMYK 0 0.96 0.26 0.25
HSL 316.39º 0.93% 0.39% -
HSV(B) 316.39º 0.96% 0.75% -
XYZ 26.04 12.99 25.95 -
YUV 76.88 163.63 208.69 -
System Red Green Blue C M Y K H S L
Decimal 190 7 140 0 0.96 0.26 0.25 316.39 0.93 0.39
Hex BE 7 8C 0 60 1A 19 13C 5D 27
Octal 276 7 214 0 140 32 31 474 135 47
Binary 10111110 111 10001100 0 1100000 11010 11001 100111100 1011101 100111

Color Harmonies of #BE078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE078C

Black with #BE078C

Text Example


Text Example

White with #BE078C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE078C; }

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

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

background-color css

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

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

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

border-color css

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

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

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