#B66EA7

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

Shades of Bouquet #B66EA7

Tints of Bouquet #B66EA7

Color information

#B66EA7 (or 0xB66EA7) is unknown color: approx Bouquet. HEX triplet: B6, 6E and A7. RGB value is (182,110,167). Sum of RGB (Red+Green+Blue) = 182+110+167=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B66EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66EA7 is #499158. Grayscale: #898989. Windows color (decimal): -4821337 or 10972854. OLE color: 10972854.

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

Color convert

RGB182110167-
CMYK00.400.080.29
HSL312.5º33.03%57.25%-
HSV(B)312.5º39.56%71.37%-
XYZ31.8423.8939.49-
YUV138.03144.35159.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.65%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 167 (65.62% from 255) = 36.38%
R=39.65%
G=23.97%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211016700.400.080.29312.533.0357.25
HexB66EA702881D1382139
Octal26615624705010354704171
Binary101101101101110101001110101000100011101100111000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66EA7; }

 p { color: rgb(182,110,167); }

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

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

 a { background-color: rgb(182,110,167); }

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

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

 span { border-color: rgb(182,110,167); }

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