#B6659E

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

Shades of Bouquet #B6659E

Tints of Bouquet #B6659E

Color information

#B6659E (or 0xB6659E) is unknown color: approx Bouquet. HEX triplet: B6, 65 and 9E. RGB value is (182,101,158). Sum of RGB (Red+Green+Blue) = 182+101+158=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B6659E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6659E is #499A61. Grayscale: #838383. Windows color (decimal): -4823650 or 10380726. OLE color: 10380726.

HSL color Cylindrical-coordinate representation of color #B6659E: hue angle of 317.78º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B6659E is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB182101158-
CMYK00.450.130.29
HSL317.78º35.68%55.49%-
HSV(B)317.78º44.51%71.37%-
XYZ30.1221.7234.95-
YUV131.72142.84163.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 101 (39.84% from 255) = 22.90%
BLUE value IS 158 (62.11% from 255) = 35.83%
R=41.27%
G=22.90%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210115800.450.130.29317.7835.6855.49
HexB6659E02DD1D13e2437
Octal26614523605515354764467
Binary101101101100101100111100101101110111101100111110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6659E; }

 p { color: rgb(182,101,158); }

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

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

 a { background-color: rgb(182,101,158); }

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

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

 span { border-color: rgb(182,101,158); }

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