#BF186C

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

Shades of Medium Violet Red #BF186C

Tints of Medium Violet Red #BF186C

Color information

#BF186C (or 0xBF186C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 18 and 6C. RGB value is (191,24,108). Sum of RGB (Red+Green+Blue) = 191+24+108=323 (42% of max value = 765). Red value is 191 (75% from 255 or 59.13% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 191 - color contains mainly: red. Hex color #BF186C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF186C is #40E793. Grayscale: #535353. Windows color (decimal): -4253588 or 7084223. OLE color: 7084223.

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

Color convert

RGB19124108-
CMYK00.870.430.25
HSL329.82º77.67%42.16%-
HSV(B)329.82º87.43%74.9%-
XYZ24.5212.8115.37-
YUV83.51141.83204.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.13%
GREEN value IS 24 (9.77% from 255) = 7.43%
BLUE value IS 108 (42.58% from 255) = 33.44%
R=59.13%
G=7.43%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912410800.870.430.25329.8277.6742.16
HexBF186C0572B1914a4e2a
Octal277301540127533151211652
Binary1011111111000110110001010111101011110011010010101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF186C; }

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

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

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

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

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

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

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

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