#B1689F

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

Shades of Violet Blue #B1689F

Tints of Violet Blue #B1689F

Color information

#B1689F (or 0xB1689F) is unknown color: approx Violet Blue. HEX triplet: B1, 68 and 9F. RGB value is (177,104,159). Sum of RGB (Red+Green+Blue) = 177+104+159=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B1689F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1689F is #4E9760. Grayscale: #838383. Windows color (decimal): -5150561 or 10447025. OLE color: 10447025.

HSL color Cylindrical-coordinate representation of color #B1689F: hue angle of 314.79º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B1689F is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB177104159-
CMYK00.410.100.31
HSL314.79º31.88%55.1%-
HSV(B)314.79º41.24%69.41%-
XYZ29.3421.7535.45-
YUV132.1143.18160.03-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 104 (41.02% from 255) = 23.64%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=40.23%
G=23.64%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710415900.410.100.31314.7931.8855.1
HexB1689F029A1F13b2037
Octal26115023705112374734067
Binary101100011101000100111110101001101011111100111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1689F; }

 p { color: rgb(177,104,159); }

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

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

 a { background-color: rgb(177,104,159); }

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

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

 span { border-color: rgb(177,104,159); }

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