#BF159C

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

Shades of Medium Violet Red #BF159C

Tints of Medium Violet Red #BF159C

Color information

#BF159C (or 0xBF159C) is unknown color: approx Medium Violet Red. HEX triplet: BF, 15 and 9C. RGB value is (191,21,156). Sum of RGB (Red+Green+Blue) = 191+21+156=368 (48% of max value = 765). Red value is 191 (75% from 255 or 51.90% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 191 - color contains mainly: red. Hex color #BF159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF159C is #40EA63. Grayscale: #565656. Windows color (decimal): -4254308 or 10229183. OLE color: 10229183.

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

Color convert

RGB19121156-
CMYK00.890.180.25
HSL312.35º80.19%41.57%-
HSV(B)312.35º89.01%74.9%-
XYZ27.7514.0132.69-
YUV87.22166.82202.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.90%
GREEN value IS 21 (8.59% from 255) = 5.71%
BLUE value IS 156 (61.33% from 255) = 42.39%
R=51.90%
G=5.71%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912115600.890.180.25312.3580.1941.57
HexBF159C0591219138502a
Octal277252340131223147012052
Binary1011111110101100111000101100110010110011001110001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF159C; }

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

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

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

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

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

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

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

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