#bf1681

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

Shades of Medium Violet Red #BF1681

Tints of Medium Violet Red #BF1681

Color information

#BF1681 (or 0xBF1681) is unknown color: approx Medium Violet Red. HEX triplet: BF, 16 and 81. RGB value is (191,22,129). Sum of RGB (Red+Green+Blue) = 191+22+129=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1681 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF1681 is #40E97E. Grayscale: #545454. Windows color (decimal): -4254079 or 8459967. OLE color: 8459967.

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

Color convert

RGB19122129-
CMYK00.880.320.25
HSL322.01º79.34%41.76%-
HSV(B)322.01º88.48%74.9%-
XYZ25.7413.2421.97-
YUV84.73152.99203.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.85%
GREEN value IS 22 (8.98% from 255) = 6.43%
BLUE value IS 129 (50.78% from 255) = 37.72%
R=55.85%
G=6.43%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912212900.880.320.25322.0179.3441.76
HexBF168105820191424f2a
Octal277262010130403150211752
Binary10111111101101000000101011000100000110011010000101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf1681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf1681; }

 p { color: rgb(191,22,129); }

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

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

 a { background-color: rgb(191,22,129); }

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

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

 span { border-color: rgb(191,22,129); }

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