#B2999F

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

Shades of Viola #B2999F

Tints of Viola #B2999F

Color information

#B2999F (or 0xB2999F) is unknown color: approx Viola. HEX triplet: B2, 99 and 9F. RGB value is (178,153,159). Sum of RGB (Red+Green+Blue) = 178+153+159=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 159 (62.5% from 255 or 32.45% from 490); Max value from RGB is 178 - color contains mainly: red. Hex color #B2999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2999F is #4D6660. Grayscale: #A1A1A1. Windows color (decimal): -5072481 or 10459570. OLE color: 10459570.

HSL color Cylindrical-coordinate representation of color #B2999F: hue angle of 345.6º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2999F is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB178153159-
CMYK00.140.110.30
HSL345.6º13.97%64.9%-
HSV(B)345.6º14.04%69.8%-
XYZ36.0134.7537.61-
YUV161.16126.78140.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.33%
GREEN value IS 153 (60.16% from 255) = 31.22%
BLUE value IS 159 (62.5% from 255) = 32.45%
R=36.33%
G=31.22%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815315900.140.110.30345.613.9764.9
HexB2999F0EB1E15ae41
Octal262231237016133653216101
Binary1011001010011001100111110111010111111010101101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2999F; }

 p { color: rgb(178,153,159); }

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

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

 a { background-color: rgb(178,153,159); }

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

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

 span { border-color: rgb(178,153,159); }

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