#BF1892

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

Shades of Medium Violet Red #BF1892

Tints of Medium Violet Red #BF1892

Color information

#BF1892 (or 0xBF1892) is unknown color: approx Medium Violet Red. HEX triplet: BF, 18 and 92. RGB value is (191,24,146). Sum of RGB (Red+Green+Blue) = 191+24+146=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 24 (9.77% from 255 or 6.65% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1892 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1892 is #40E76D. Grayscale: #575757. Windows color (decimal): -4253550 or 9574591. OLE color: 9574591.

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

Color convert

RGB19124146-
CMYK00.870.240.25
HSL316.17º77.67%42.16%-
HSV(B)316.17º87.43%74.9%-
XYZ2713.828.44-
YUV87.84160.83201.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.91%
GREEN value IS 24 (9.77% from 255) = 6.65%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=52.91%
G=6.65%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912414600.870.240.25316.1777.6742.16
HexBF1892057181913c4e2a
Octal277302220127303147411652
Binary1011111111000100100100101011111000110011001111001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1892; }

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

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

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

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

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

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

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

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