#B7869A

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

Shades of Viola #B7869A

Tints of Viola #B7869A

Color information

#B7869A (or 0xB7869A) is unknown color: approx Viola. HEX triplet: B7, 86 and 9A. RGB value is (183,134,154). Sum of RGB (Red+Green+Blue) = 183+134+154=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7869A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7869A is #487965. Grayscale: #969696. Windows color (decimal): -4749670 or 10127031. OLE color: 10127031.

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

Color convert

RGB183134154-
CMYK00.270.160.28
HSL335.51º25.39%62.16%-
HSV(B)335.51º26.78%71.76%-
XYZ33.8929.4534.47-
YUV150.93129.73150.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=38.85%
G=28.45%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313415400.270.160.28335.5125.3962.16
HexB7869A01B101C150193e
Octal26720623203320345203176
Binary101101111000011010011010011011100001110010101000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7869A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7869A; }

 p { color: rgb(183,134,154); }

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

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

 a { background-color: rgb(183,134,154); }

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

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

 span { border-color: rgb(183,134,154); }

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