#B7929D

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

Shades of Viola #B7929D

Tints of Viola #B7929D

Color information

#B7929D (or 0xB7929D) is unknown color: approx Viola. HEX triplet: B7, 92 and 9D. RGB value is (183,146,157). Sum of RGB (Red+Green+Blue) = 183+146+157=486 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.65% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 157 (61.72% from 255 or 32.30% from 486); Max value from RGB is 183 - color contains mainly: red. Hex color #B7929D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7929D is #486D62. Grayscale: #9E9E9E. Windows color (decimal): -4746595 or 10326711. OLE color: 10326711.

HSL color Cylindrical-coordinate representation of color #B7929D: hue angle of 342.16º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7929D is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB183146157-
CMYK00.200.140.28
HSL342.16º20.44%64.51%-
HSV(B)342.16º20.22%71.76%-
XYZ35.8933.0636.39-
YUV158.32127.26145.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.65%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 157 (61.72% from 255) = 32.30%
R=37.65%
G=30.04%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314615700.200.140.28342.1620.4464.51
HexB7929D014E1C1561441
Octal267222235024163452624101
Binary101101111001001010011101010100111011100101010110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7929D; }

 p { color: rgb(183,146,157); }

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

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

 a { background-color: rgb(183,146,157); }

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

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

 span { border-color: rgb(183,146,157); }

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