#B2898B

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

Shades of Viola #B2898B

Tints of Viola #B2898B

Color information

#B2898B (or 0xB2898B) is unknown color: approx Viola. HEX triplet: B2, 89 and 8B. RGB value is (178,137,139). Sum of RGB (Red+Green+Blue) = 178+137+139=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 137 (53.91% from 255 or 30.18% from 454); Blue value is 139 (54.69% from 255 or 30.62% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B2898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2898B is #4D7674. Grayscale: #959595. Windows color (decimal): -5076597 or 9144754. OLE color: 9144754.

HSL color Cylindrical-coordinate representation of color #B2898B: hue angle of 357.07º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2898B is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB178137139-
CMYK00.230.220.30
HSL357.07º21.03%61.76%-
HSV(B)357.07º23.03%69.8%-
XYZ31.9729.2228.38-
YUV149.49122.08148.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.21%
GREEN value IS 137 (53.91% from 255) = 30.18%
BLUE value IS 139 (54.69% from 255) = 30.62%
R=39.21%
G=30.18%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813713900.230.220.30357.0721.0361.76
HexB2898B017161E165153e
Octal26221121302726365452576
Binary101100101000100110001011010111101101111010110010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2898B; }

 p { color: rgb(178,137,139); }

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

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

 a { background-color: rgb(178,137,139); }

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

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

 span { border-color: rgb(178,137,139); }

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