#BF1889

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

Shades of Medium Violet Red #BF1889

Tints of Medium Violet Red #BF1889

Color information

#BF1889 (or 0xBF1889) is unknown color: approx Medium Violet Red. HEX triplet: BF, 18 and 89. RGB value is (191,24,137). Sum of RGB (Red+Green+Blue) = 191+24+137=352 (46% of max value = 765). Red value is 191 (75% from 255 or 54.26% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1889 is #40E776. Grayscale: #565656. Windows color (decimal): -4253559 or 8984767. OLE color: 8984767.

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

Color convert

RGB19124137-
CMYK00.870.280.25
HSL319.4º77.67%42.16%-
HSV(B)319.4º87.43%74.9%-
XYZ26.3313.5424.89-
YUV86.81156.33202.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.26%
GREEN value IS 24 (9.77% from 255) = 6.82%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=54.26%
G=6.82%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912413700.870.280.25319.477.6742.16
HexBF18890571C1913f4e2a
Octal277302110127343147711652
Binary1011111111000100010010101011111100110011001111111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1889; }

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

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

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

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

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

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

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

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