#B28D8F

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

Shades of Viola #B28D8F

Tints of Viola #B28D8F

Color information

#B28D8F (or 0xB28D8F) is unknown color: approx Viola. HEX triplet: B2, 8D and 8F. RGB value is (178,141,143). Sum of RGB (Red+Green+Blue) = 178+141+143=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 143 (56.25% from 255 or 30.95% from 462); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D8F is #4D7270. Grayscale: #989898. Windows color (decimal): -5075569 or 9407922. OLE color: 9407922.

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

Color convert

RGB178141143-
CMYK00.210.200.30
HSL356.76º19.37%62.55%-
HSV(B)356.76º20.79%69.8%-
XYZ32.8430.530.14-
YUV152.29122.76146.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.53%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 143 (56.25% from 255) = 30.95%
R=38.53%
G=30.52%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814114300.210.200.30356.7619.3762.55
HexB28D8F015141E165133f
Octal26221521702524365452377
Binary101100101000110110001111010101101001111010110010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28D8F; }

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

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

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

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

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

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

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

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