#B66FA2

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

Shades of Bouquet #B66FA2

Tints of Bouquet #B66FA2

Color information

#B66FA2 (or 0xB66FA2) is unknown color: approx Bouquet. HEX triplet: B6, 6F and A2. RGB value is (182,111,162). Sum of RGB (Red+Green+Blue) = 182+111+162=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B66FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66FA2 is #49905D. Grayscale: #898989. Windows color (decimal): -4821086 or 10645430. OLE color: 10645430.

HSL color Cylindrical-coordinate representation of color #B66FA2: hue angle of 316.9º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B66FA2 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB182111162-
CMYK00.390.110.29
HSL316.9º32.72%57.45%-
HSV(B)316.9º39.01%71.37%-
XYZ31.523.9237.14-
YUV138.04141.52159.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 162 (63.67% from 255) = 35.60%
R=40%
G=24.40%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211116200.390.110.29316.932.7257.45
HexB66FA2027B1D13d2139
Octal26615724204713354754171
Binary101101101101111101000100100111101111101100111101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FA2; }

 p { color: rgb(182,111,162); }

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

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

 a { background-color: rgb(182,111,162); }

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

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

 span { border-color: rgb(182,111,162); }

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