#BF1879

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

Shades of Medium Violet Red #BF1879

Tints of Medium Violet Red #BF1879

Color information

#BF1879 (or 0xBF1879) is unknown color: approx Medium Violet Red. HEX triplet: BF, 18 and 79. RGB value is (191,24,121). Sum of RGB (Red+Green+Blue) = 191+24+121=336 (44% of max value = 765). Red value is 191 (75% from 255 or 56.85% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1879 is #40E786. Grayscale: #545454. Windows color (decimal): -4253575 or 7936191. OLE color: 7936191.

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

Color convert

RGB19124121-
CMYK00.870.370.25
HSL325.15º77.67%42.16%-
HSV(B)325.15º87.43%74.9%-
XYZ25.2613.1119.29-
YUV84.99148.33203.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.85%
GREEN value IS 24 (9.77% from 255) = 7.14%
BLUE value IS 121 (47.66% from 255) = 36.01%
R=56.85%
G=7.14%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912412100.870.370.25325.1577.6742.16
HexBF187905725191454e2a
Octal277301710127453150511652
Binary1011111111000111100101010111100101110011010001011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1879; }

 p { color: rgb(191,24,121); }

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

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

 a { background-color: rgb(191,24,121); }

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

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

 span { border-color: rgb(191,24,121); }

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