#B28D90

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

Shades of Viola #B28D90

Tints of Viola #B28D90

Color information

#B28D90 (or 0xB28D90) is unknown color: approx Viola. HEX triplet: B2, 8D and 90. RGB value is (178,141,144). Sum of RGB (Red+Green+Blue) = 178+141+144=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 144 (56.64% from 255 or 31.10% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D90 is #4D726F. Grayscale: #989898. Windows color (decimal): -5075568 or 9473458. OLE color: 9473458.

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

Color convert

RGB178141144-
CMYK00.210.190.30
HSL355.14º19.37%62.55%-
HSV(B)355.14º20.79%69.8%-
XYZ32.9230.5330.54-
YUV152.4123.26146.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 141 (55.47% from 255) = 30.45%
BLUE value IS 144 (56.64% from 255) = 31.10%
R=38.44%
G=30.45%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814114400.210.190.30355.1419.3762.55
HexB28D90015131E163133f
Octal26221522002523365432377
Binary101100101000110110010000010101100111111010110001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D90; }

 p { color: rgb(178,141,144); }

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

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

 a { background-color: rgb(178,141,144); }

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

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

 span { border-color: rgb(178,141,144); }

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