#B5699D

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

Shades of Bouquet #B5699D

Tints of Bouquet #B5699D

Color information

#B5699D (or 0xB5699D) is unknown color: approx Bouquet. HEX triplet: B5, 69 and 9D. RGB value is (181,105,157). Sum of RGB (Red+Green+Blue) = 181+105+157=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B5699D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5699D is #4A9662. Grayscale: #858585. Windows color (decimal): -4888163 or 10316213. OLE color: 10316213.

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

Color convert

RGB181105157-
CMYK00.420.130.29
HSL318.95º33.93%56.08%-
HSV(B)318.95º41.99%70.98%-
XYZ30.1922.3634.62-
YUV133.65141.18161.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=40.86%
G=23.70%
B=35.44%

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
Decimal18110515700.420.130.29318.9533.9356.08
HexB5699D02AD1D13f2238
Octal26515123505215354774270
Binary101101011101001100111010101010110111101100111111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5699D; }

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

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

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

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

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

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

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

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