#B8889B

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

Shades of Viola #B8889B

Tints of Viola #B8889B

Color information

#B8889B (or 0xB8889B) is unknown color: approx Viola. HEX triplet: B8, 88 and 9B. RGB value is (184,136,155). Sum of RGB (Red+Green+Blue) = 184+136+155=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B8889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8889B is #477764. Grayscale: #989898. Windows color (decimal): -4683621 or 10193080. OLE color: 10193080.

HSL color Cylindrical-coordinate representation of color #B8889B: hue angle of 336.25º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8889B is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.28.

Color convert

RGB184136155-
CMYK00.260.160.28
HSL336.25º25.26%62.75%-
HSV(B)336.25º26.09%72.16%-
XYZ34.4930.1735.02-
YUV152.52129.4150.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 155 (60.94% from 255) = 32.63%
R=38.74%
G=28.63%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413615500.260.160.28336.2525.2662.75
HexB8889B01A101C150193f
Octal27021023303220345203177
Binary101110001000100010011011011010100001110010101000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8889B; }

 p { color: rgb(184,136,155); }

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

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

 a { background-color: rgb(184,136,155); }

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

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

 span { border-color: rgb(184,136,155); }

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