#B1949B

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

Shades of Viola #B1949B

Tints of Viola #B1949B

Color information

#B1949B (or 0xB1949B) is unknown color: approx Viola. HEX triplet: B1, 94 and 9B. RGB value is (177,148,155). Sum of RGB (Red+Green+Blue) = 177+148+155=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 155 (60.94% from 255 or 32.29% from 480); Max value from RGB is 177 - color contains mainly: red. Hex color #B1949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1949B is #4E6B64. Grayscale: #9D9D9D. Windows color (decimal): -5139301 or 10196145. OLE color: 10196145.

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

Color convert

RGB177148155-
CMYK00.160.120.31
HSL345.52º15.68%63.73%-
HSV(B)345.52º16.38%69.41%-
XYZ34.6432.8935.53-
YUV157.47126.61141.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 148 (58.20% from 255) = 30.83%
BLUE value IS 155 (60.94% from 255) = 32.29%
R=36.88%
G=30.83%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17714815500.160.120.31345.5215.6863.73
HexB1949B010C1F15a1040
Octal261224233020143753220100
Binary101100011001010010011011010000110011111101011010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1949B; }

 p { color: rgb(177,148,155); }

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

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

 a { background-color: rgb(177,148,155); }

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

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

 span { border-color: rgb(177,148,155); }

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