#BF019C

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

Shades of Medium Violet Red #BF019C

Tints of Medium Violet Red #BF019C

Color information

#BF019C (or 0xBF019C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 01 and 9C. RGB value is (191,1,156). Sum of RGB (Red+Green+Blue) = 191+1+156=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 1 (0.78% from 255 or 0.29% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF019C is #40FE63. Grayscale: #4B4B4B. Windows color (decimal): -4259428 or 10224063. OLE color: 10224063.

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

Color convert

RGB1911156-
CMYK00.990.180.25
HSL311.05º98.96%37.65%-
HSV(B)311.05º99.48%74.9%-
XYZ27.513.532.61-
YUV75.48173.45210.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.89%
GREEN value IS 1 (0.78% from 255) = 0.29%
BLUE value IS 156 (61.33% from 255) = 44.83%
R=54.89%
G=0.29%
B=44.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191115600.990.180.25311.0598.9637.65
HexBF19C06312191376326
Octal27712340143223146714346
Binary101111111100111000110001110010110011001101111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF019C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF019C; }

 p { color: rgb(191,1,156); }

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

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

 a { background-color: rgb(191,1,156); }

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

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

 span { border-color: rgb(191,1,156); }

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