#B694A1

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

Shades of Viola #B694A1

Tints of Viola #B694A1

Color information

#B694A1 (or 0xB694A1) is unknown color: approx Viola. HEX triplet: B6, 94 and A1. RGB value is (182,148,161). Sum of RGB (Red+Green+Blue) = 182+148+161=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 161 (63.28% from 255 or 32.79% from 491); Max value from RGB is 182 - color contains mainly: red. Hex color #B694A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B694A1 is #496B5E. Grayscale: #9F9F9F. Windows color (decimal): -4811615 or 10589366. OLE color: 10589366.

HSL color Cylindrical-coordinate representation of color #B694A1: hue angle of 337.06º 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 #B694A1 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB182148161-
CMYK00.190.120.29
HSL337.06º18.89%64.71%-
HSV(B)337.06º18.68%71.37%-
XYZ36.3133.738.31-
YUV159.65128.76143.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.07%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 161 (63.28% from 255) = 32.79%
R=37.07%
G=30.14%
B=32.79%

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
Decimal18214816100.190.120.29337.0618.8964.71
HexB694A1013C1D1511341
Octal266224241023143552123101
Binary101101101001010010100001010011110011101101010001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B694A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B694A1; }

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

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

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

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

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

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

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

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