#B693A0

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

Shades of Viola #B693A0

Tints of Viola #B693A0

Color information

#B693A0 (or 0xB693A0) is unknown color: approx Viola. HEX triplet: B6, 93 and A0. RGB value is (182,147,160). Sum of RGB (Red+Green+Blue) = 182+147+160=489 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.22% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 160 (62.89% from 255 or 32.72% from 489); Max value from RGB is 182 - color contains mainly: red. Hex color #B693A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B693A0 is #496C5F. Grayscale: #9E9E9E. Windows color (decimal): -4811872 or 10523574. OLE color: 10523574.

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

Color convert

RGB182147160-
CMYK00.190.120.29
HSL337.71º19.34%64.51%-
HSV(B)337.71º19.23%71.37%-
XYZ36.0733.3537.79-
YUV158.95128.6144.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.22%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 160 (62.89% from 255) = 32.72%
R=37.22%
G=30.06%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214716000.190.120.29337.7119.3464.51
HexB693A0013C1D1521341
Octal266223240023143552223101
Binary101101101001001110100000010011110011101101010010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B693A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B693A0; }

 p { color: rgb(182,147,160); }

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

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

 a { background-color: rgb(182,147,160); }

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

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

 span { border-color: rgb(182,147,160); }

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