#B68594

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

Shades of Viola #B68594

Tints of Viola #B68594

Color information

#B68594 (or 0xB68594) is unknown color: approx Viola. HEX triplet: B6, 85 and 94. RGB value is (182,133,148). Sum of RGB (Red+Green+Blue) = 182+133+148=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 133 (52.34% from 255 or 28.73% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 182 - color contains mainly: red. Hex color #B68594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68594 is #497A6B. Grayscale: #959595. Windows color (decimal): -4815468 or 9733558. OLE color: 9733558.

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

Color convert

RGB182133148-
CMYK00.270.190.29
HSL341.63º25.13%61.76%-
HSV(B)341.63º26.92%71.37%-
XYZ33.0228.8631.85-
YUV149.36127.23151.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.31%
GREEN value IS 133 (52.34% from 255) = 28.73%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=39.31%
G=28.73%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213314800.270.190.29341.6325.1361.76
HexB6859401B131D156193e
Octal26620522403323355263176
Binary101101101000010110010100011011100111110110101011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68594; }

 p { color: rgb(182,133,148); }

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

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

 a { background-color: rgb(182,133,148); }

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

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

 span { border-color: rgb(182,133,148); }

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