#B6949F

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

Shades of Viola #B6949F

Tints of Viola #B6949F

Color information

#B6949F (or 0xB6949F) is unknown color: approx Viola. HEX triplet: B6, 94 and 9F. RGB value is (182,148,159). Sum of RGB (Red+Green+Blue) = 182+148+159=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 148 (58.20% from 255 or 30.27% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B6949F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6949F is #496B60. Grayscale: #9F9F9F. Windows color (decimal): -4811617 or 10458294. OLE color: 10458294.

HSL color Cylindrical-coordinate representation of color #B6949F: hue angle of 340.59º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6949F is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182148159-
CMYK00.190.130.29
HSL340.59º18.89%64.71%-
HSV(B)340.59º18.68%71.37%-
XYZ36.1433.6337.39-
YUV159.42127.76144.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 148 (58.20% from 255) = 30.27%
BLUE value IS 159 (62.5% from 255) = 32.52%
R=37.22%
G=30.27%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214815900.190.130.29340.5918.8964.71
HexB6949F013D1D1551341
Octal266224237023153552523101
Binary101101101001010010011111010011110111101101010101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6949F; }

 p { color: rgb(182,148,159); }

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

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

 a { background-color: rgb(182,148,159); }

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

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

 span { border-color: rgb(182,148,159); }

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