#B6929B

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

Shades of Viola #B6929B

Tints of Viola #B6929B

Color information

#B6929B (or 0xB6929B) is unknown color: approx Viola. HEX triplet: B6, 92 and 9B. RGB value is (182,146,155). Sum of RGB (Red+Green+Blue) = 182+146+155=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B6929B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6929B is #496D64. Grayscale: #9D9D9D. Windows color (decimal): -4812133 or 10195638. OLE color: 10195638.

HSL color Cylindrical-coordinate representation of color #B6929B: hue angle of 345º 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 #B6929B is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB182146155-
CMYK00.200.150.29
HSL345º19.78%64.31%-
HSV(B)345º19.78%71.37%-
XYZ35.4932.8735.48-
YUV157.79126.43145.27-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 155 (60.94% from 255) = 32.09%
R=37.68%
G=30.23%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214615500.200.150.2934519.7864.31
HexB6929B014F1D1591440
Octal266222233024173553124100
Binary101101101001001010011011010100111111101101011001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6929B; }

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

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

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

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

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

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

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

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