#B2898A

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

Shades of Viola #B2898A

Tints of Viola #B2898A

Color information

#B2898A (or 0xB2898A) is unknown color: approx Viola. HEX triplet: B2, 89 and 8A. RGB value is (178,137,138). Sum of RGB (Red+Green+Blue) = 178+137+138=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 137 (53.91% from 255 or 30.24% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2898A is #4D7675. Grayscale: #959595. Windows color (decimal): -5076598 or 9079218. OLE color: 9079218.

HSL color Cylindrical-coordinate representation of color #B2898A: hue angle of 358.54º 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 #B2898A is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB178137138-
CMYK00.230.220.30
HSL358.54º21.03%61.76%-
HSV(B)358.54º23.03%69.8%-
XYZ31.8929.1928-
YUV149.37121.58148.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 137 (53.91% from 255) = 30.24%
BLUE value IS 138 (54.30% from 255) = 30.46%
R=39.29%
G=30.24%
B=30.46%

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
Decimal17813713800.230.220.30358.5421.0361.76
HexB2898A017161E167153e
Octal26221121202726365472576
Binary101100101000100110001010010111101101111010110011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2898A; }

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

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

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

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

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

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

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

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