#B6659F

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

Shades of Bouquet #B6659F

Tints of Bouquet #B6659F

Color information

#B6659F (or 0xB6659F) is unknown color: approx Bouquet. HEX triplet: B6, 65 and 9F. RGB value is (182,101,159). Sum of RGB (Red+Green+Blue) = 182+101+159=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 159 (62.5% from 255 or 35.97% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B6659F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6659F is #499A60. Grayscale: #838383. Windows color (decimal): -4823649 or 10446262. OLE color: 10446262.

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

Color convert

RGB182101159-
CMYK00.450.130.29
HSL317.04º35.68%55.49%-
HSV(B)317.04º44.51%71.37%-
XYZ30.221.7635.41-
YUV131.83143.34163.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 159 (62.5% from 255) = 35.97%
R=41.18%
G=22.85%
B=35.97%

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
Decimal18210115900.450.130.29317.0435.6855.49
HexB6659F02DD1D13d2437
Octal26614523705515354754467
Binary101101101100101100111110101101110111101100111101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6659F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6659F; }

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

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

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

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

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

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

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

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