#B5659D

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

Shades of Bouquet #B5659D

Tints of Bouquet #B5659D

Color information

#B5659D (or 0xB5659D) is unknown color: approx Bouquet. HEX triplet: B5, 65 and 9D. RGB value is (181,101,157). Sum of RGB (Red+Green+Blue) = 181+101+157=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 101 (39.84% from 255 or 23.01% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B5659D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5659D is #4A9A62. Grayscale: #838383. Windows color (decimal): -4889187 or 10315189. OLE color: 10315189.

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

Color convert

RGB181101157-
CMYK00.440.130.29
HSL318º35.09%55.29%-
HSV(B)318º44.2%70.98%-
XYZ29.821.5734.49-
YUV131.3142.5163.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 101 (39.84% from 255) = 23.01%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=41.23%
G=23.01%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110115700.440.130.2931835.0955.29
HexB5659D02CD1D13e2337
Octal26514523505415354764367
Binary101101011100101100111010101100110111101100111110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5659D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5659D; }

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

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

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

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

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

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

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

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