#BF048F

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

Shades of Medium Violet Red #BF048F

Tints of Medium Violet Red #BF048F

Color information

#BF048F (or 0xBF048F) is unknown color: approx Medium Violet Red. HEX triplet: BF, 04 and 8F. RGB value is (191,4,143). Sum of RGB (Red+Green+Blue) = 191+4+143=338 (44% of max value = 765). Red value is 191 (75% from 255 or 56.51% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 143 (56.25% from 255 or 42.31% from 338); Max value from RGB is 191 - color contains mainly: red. Hex color #BF048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF048F is #40FB70. Grayscale: #4B4B4B. Windows color (decimal): -4258673 or 9372863. OLE color: 9372863.

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

Color convert

RGB1914143-
CMYK00.980.250.25
HSL315.4º95.9%38.24%-
HSV(B)315.4º97.91%74.9%-
XYZ26.4913.1527.13-
YUV75.76165.95210.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.51%
GREEN value IS 4 (1.95% from 255) = 1.18%
BLUE value IS 143 (56.25% from 255) = 42.31%
R=56.51%
G=1.18%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191414300.980.250.25315.495.938.24
HexBF48F062191913b6026
Octal27742170142313147314046
Binary10111111100100011110110001011001110011001110111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF048F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF048F; }

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

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

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

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

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

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

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

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