#B5699E

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

Shades of Bouquet #B5699E

Tints of Bouquet #B5699E

Color information

#B5699E (or 0xB5699E) is unknown color: approx Bouquet. HEX triplet: B5, 69 and 9E. RGB value is (181,105,158). Sum of RGB (Red+Green+Blue) = 181+105+158=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B5699E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5699E is #4A9661. Grayscale: #858585. Windows color (decimal): -4888162 or 10381749. OLE color: 10381749.

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

Color convert

RGB181105158-
CMYK00.420.130.29
HSL318.16º33.93%56.08%-
HSV(B)318.16º41.99%70.98%-
XYZ30.2822.435.07-
YUV133.77141.68161.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=40.77%
G=23.65%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110515800.420.130.29318.1633.9356.08
HexB5699E02AD1D13e2238
Octal26515123605215354764270
Binary101101011101001100111100101010110111101100111110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5699E; }

 p { color: rgb(181,105,158); }

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

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

 a { background-color: rgb(181,105,158); }

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

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

 span { border-color: rgb(181,105,158); }

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