#B6889C

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

Shades of Viola #B6889C

Tints of Viola #B6889C

Color information

#B6889C (or 0xB6889C) is unknown color: approx Viola. HEX triplet: B6, 88 and 9C. RGB value is (182,136,156). Sum of RGB (Red+Green+Blue) = 182+136+156=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6889C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6889C is #497763. Grayscale: #989898. Windows color (decimal): -4814692 or 10258614. OLE color: 10258614.

HSL color Cylindrical-coordinate representation of color #B6889C: hue angle of 333.91º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6889C is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB182136156-
CMYK00.250.140.29
HSL333.91º23.96%62.35%-
HSV(B)333.91º25.27%71.37%-
XYZ34.129.9535.44-
YUV152.03130.24149.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 136 (53.52% from 255) = 28.69%
BLUE value IS 156 (61.33% from 255) = 32.91%
R=38.40%
G=28.69%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213615600.250.140.29333.9123.9662.35
HexB6889C019E1D14e183e
Octal26621023403116355163076
Binary10110110100010001001110001100111101110110100111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6889C; }

 p { color: rgb(182,136,156); }

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

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

 a { background-color: rgb(182,136,156); }

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

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

 span { border-color: rgb(182,136,156); }

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