#BF1282

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

Shades of Medium Violet Red #BF1282

Tints of Medium Violet Red #BF1282

Color information

#BF1282 (or 0xBF1282) is unknown color: approx Medium Violet Red. HEX triplet: BF, 12 and 82. RGB value is (191,18,130). Sum of RGB (Red+Green+Blue) = 191+18+130=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 18 (7.42% from 255 or 5.31% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1282 is #40ED7D. Grayscale: #525252. Windows color (decimal): -4255102 or 8524479. OLE color: 8524479.

HSL color Cylindrical-coordinate representation of color #BF1282: hue angle of 321.16º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF1282 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19118130-
CMYK00.910.320.25
HSL321.16º82.78%40.98%-
HSV(B)321.16º90.58%74.9%-
XYZ25.7313.1222.3-
YUV82.5154.81205.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.34%
GREEN value IS 18 (7.42% from 255) = 5.31%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=56.34%
G=5.31%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911813000.910.320.25321.1682.7840.98
HexBF128205B20191415329
Octal277222020133403150112351
Binary10111111100101000001001011011100000110011010000011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF1282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF1282; }

 p { color: rgb(191,18,130); }

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

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

 a { background-color: rgb(191,18,130); }

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

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

 span { border-color: rgb(191,18,130); }

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