#B6929F

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

Shades of Viola #B6929F

Tints of Viola #B6929F

Color information

#B6929F (or 0xB6929F) is unknown color: approx Viola. HEX triplet: B6, 92 and 9F. RGB value is (182,146,159). Sum of RGB (Red+Green+Blue) = 182+146+159=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B6929F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6929F is #496D60. Grayscale: #9E9E9E. Windows color (decimal): -4812129 or 10457782. OLE color: 10457782.

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

Color convert

RGB182146159-
CMYK00.200.130.29
HSL338.33º19.78%64.31%-
HSV(B)338.33º19.78%71.37%-
XYZ35.8333.0137.28-
YUV158.25128.43144.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 159 (62.5% from 255) = 32.65%
R=37.37%
G=29.98%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214615900.200.130.29338.3319.7864.31
HexB6929F014D1D1521440
Octal266222237024153552224100
Binary101101101001001010011111010100110111101101010010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6929F; }

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

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

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

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

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

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

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

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