#BF046F

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

Shades of Medium Violet Red #BF046F

Tints of Medium Violet Red #BF046F

Color information

#BF046F (or 0xBF046F) is unknown color: approx Medium Violet Red. HEX triplet: BF, 04 and 6F. RGB value is (191,4,111). Sum of RGB (Red+Green+Blue) = 191+4+111=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF046F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF046F is #40FB90. Grayscale: #474747. Windows color (decimal): -4258705 or 7275711. OLE color: 7275711.

HSL color Cylindrical-coordinate representation of color #BF046F: hue angle of 325.67º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF046F is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB1914111-
CMYK00.980.420.25
HSL325.67º95.9%38.24%-
HSV(B)325.67º97.91%74.9%-
XYZ24.412.3116.13-
YUV72.11149.95212.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 62.42%
GREEN value IS 4 (1.95% from 255) = 1.31%
BLUE value IS 111 (43.75% from 255) = 36.27%
R=62.42%
G=1.31%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191411100.980.420.25325.6795.938.24
HexBF46F0622A191466026
Octal27741570142523150614046
Binary10111111100110111101100010101010110011010001101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF046F; }

 p { color: rgb(191,4,111); }

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

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

 a { background-color: rgb(191,4,111); }

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

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

 span { border-color: rgb(191,4,111); }

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