#B7869B

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

Shades of Viola #B7869B

Tints of Viola #B7869B

Color information

#B7869B (or 0xB7869B) is unknown color: approx Viola. HEX triplet: B7, 86 and 9B. RGB value is (183,134,155). Sum of RGB (Red+Green+Blue) = 183+134+155=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 183 - color contains mainly: red. Hex color #B7869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7869B is #487964. Grayscale: #979797. Windows color (decimal): -4749669 or 10192567. OLE color: 10192567.

HSL color Cylindrical-coordinate representation of color #B7869B: hue angle of 334.29º 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 #B7869B is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.28.

Color convert

RGB183134155-
CMYK00.270.150.28
HSL334.29º25.39%62.16%-
HSV(B)334.29º26.78%71.76%-
XYZ33.9729.4834.91-
YUV151.05130.23150.79-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 155 (60.94% from 255) = 32.84%
R=38.77%
G=28.39%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18313415500.270.150.28334.2925.3962.16
HexB7869B01BF1C14e193e
Octal26720623303317345163176
Binary10110111100001101001101101101111111110010100111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7869B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7869B; }

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

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

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

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

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

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

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

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