#BF1887

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

Shades of Medium Violet Red #BF1887

Tints of Medium Violet Red #BF1887

Color information

#BF1887 (or 0xBF1887) is unknown color: approx Medium Violet Red. HEX triplet: BF, 18 and 87. RGB value is (191,24,135). Sum of RGB (Red+Green+Blue) = 191+24+135=350 (46% of max value = 765). Red value is 191 (75% from 255 or 54.57% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1887 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1887 is #40E778. Grayscale: #565656. Windows color (decimal): -4253561 or 8853695. OLE color: 8853695.

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

Color convert

RGB19124135-
CMYK00.870.290.25
HSL320.12º77.67%42.16%-
HSV(B)320.12º87.43%74.9%-
XYZ26.1913.4824.14-
YUV86.59155.33202.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.57%
GREEN value IS 24 (9.77% from 255) = 6.86%
BLUE value IS 135 (53.12% from 255) = 38.57%
R=54.57%
G=6.86%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912413500.870.290.25320.1277.6742.16
HexBF18870571D191404e2a
Octal277302070127353150011652
Binary1011111111000100001110101011111101110011010000001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1887; }

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

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

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

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

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

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

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

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