#B1969F

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

Shades of Viola #B1969F

Tints of Viola #B1969F

Color information

#B1969F (or 0xB1969F) is unknown color: approx Viola. HEX triplet: B1, 96 and 9F. RGB value is (177,150,159). Sum of RGB (Red+Green+Blue) = 177+150+159=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 159 (62.5% from 255 or 32.72% from 486); Max value from RGB is 177 - color contains mainly: red. Hex color #B1969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1969F is #4E6960. Grayscale: #9F9F9F. Windows color (decimal): -5138785 or 10458801. OLE color: 10458801.

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

Color convert

RGB177150159-
CMYK00.150.100.31
HSL340º14.75%64.12%-
HSV(B)340º15.25%69.41%-
XYZ35.333.6637.44-
YUV159.1127.95140.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.42%
GREEN value IS 150 (58.98% from 255) = 30.86%
BLUE value IS 159 (62.5% from 255) = 32.72%
R=36.42%
G=30.86%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17715015900.150.100.3134014.7564.12
HexB1969F0FA1F154f40
Octal261226237017123752417100
Binary1011000110010110100111110111110101111110101010011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1969F; }

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

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

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

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

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

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

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

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