#BF079C

Color #BF079C Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BF079C

Tints of Medium Violet Red #BF079C

Color information

#BF079C (or 0xBF079C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 07 and 9C. RGB value is (191,7,156). Sum of RGB (Red+Green+Blue) = 191+7+156=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF079C is #40F863. Grayscale: #4E4E4E. Windows color (decimal): -4257892 or 10225599. OLE color: 10225599.

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

Color convert

RGB1917156-
CMYK00.960.180.25
HSL311.41º92.93%38.82%-
HSV(B)311.41º96.34%74.9%-
XYZ27.5613.6332.63-
YUV79171.46207.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 7 (3.12% from 255) = 1.98%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=53.95%
G=1.98%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191715600.960.180.25311.4192.9338.82
HexBF79C06012191375d27
Octal27772340140223146713547
Binary10111111111100111000110000010010110011001101111011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF079C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF079C; }

 p { color: rgb(191,7,156); }

 H1.HeaderClassName
 {
   color: #BF079C;
 }
 .AnyTagClassName
 {
   color: #BF079C;
 }
</style>
background-color css

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

 a { background-color: rgb(191,7,156); }

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

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

 span { border-color: rgb(191,7,156); }

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