#B6868C

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

Shades of Viola #B6868C

Tints of Viola #B6868C

Color information

#B6868C (or 0xB6868C) is unknown color: approx Viola. HEX triplet: B6, 86 and 8C. RGB value is (182,134,140). Sum of RGB (Red+Green+Blue) = 182+134+140=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 182 - color contains mainly: red. Hex color #B6868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6868C is #497973. Grayscale: #959595. Windows color (decimal): -4815220 or 9209526. OLE color: 9209526.

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

Color convert

RGB182134140-
CMYK00.260.230.29
HSL352.5º24.74%61.96%-
HSV(B)352.5º26.37%71.37%-
XYZ32.5528.8928.67-
YUV149.04122.9151.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 134 (52.73% from 255) = 29.39%
BLUE value IS 140 (55.08% from 255) = 30.70%
R=39.91%
G=29.39%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213414000.260.230.29352.524.7461.96
HexB6868C01A171D160193e
Octal26620621403227355403176
Binary101101101000011010001100011010101111110110110000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6868C; }

 p { color: rgb(182,134,140); }

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

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

 a { background-color: rgb(182,134,140); }

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

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

 span { border-color: rgb(182,134,140); }

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