#bf1172

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

Shades of Medium Violet Red #BF1172

Tints of Medium Violet Red #BF1172

Color information

#BF1172 (or 0xBF1172) is unknown color: approx Medium Violet Red. HEX triplet: BF, 11 and 72. RGB value is (191,17,114). Sum of RGB (Red+Green+Blue) = 191+17+114=322 (42% of max value = 765). Red value is 191 (75% from 255 or 59.32% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 114 (44.92% from 255 or 35.40% from 322); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF1172 is #40EE8D. Grayscale: #4F4F4F. Windows color (decimal): -4255374 or 7475647. OLE color: 7475647.

HSL color Cylindrical-coordinate representation of color #BF1172: hue angle of 326.55º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1172 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB19117114-
CMYK00.910.400.25
HSL326.55º83.65%40.78%-
HSV(B)326.55º91.1%74.9%-
XYZ24.7212.6917.07-
YUV80.08147.15207.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.32%
GREEN value IS 17 (7.03% from 255) = 5.28%
BLUE value IS 114 (44.92% from 255) = 35.40%
R=59.32%
G=5.28%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911711400.910.400.25326.5583.6540.78
HexBF117205B28191475429
Octal277211620133503150712451
Binary1011111110001111001001011011101000110011010001111010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1172; }

 p { color: rgb(191,17,114); }

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

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

 a { background-color: rgb(191,17,114); }

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

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

 span { border-color: rgb(191,17,114); }

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