#B5669D

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

Shades of Bouquet #B5669D

Tints of Bouquet #B5669D

Color information

#B5669D (or 0xB5669D) is unknown color: approx Bouquet. HEX triplet: B5, 66 and 9D. RGB value is (181,102,157). Sum of RGB (Red+Green+Blue) = 181+102+157=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 181 - color contains mainly: red. Hex color #B5669D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5669D is #4A9962. Grayscale: #838383. Windows color (decimal): -4888931 or 10315445. OLE color: 10315445.

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

Color convert

RGB181102157-
CMYK00.440.130.29
HSL318.23º34.8%55.49%-
HSV(B)318.23º43.65%70.98%-
XYZ29.8921.7634.52-
YUV131.89142.17163.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.14%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 157 (61.72% from 255) = 35.68%
R=41.14%
G=23.18%
B=35.68%

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
Decimal18110215700.440.130.29318.2334.855.49
HexB5669D02CD1D13e2337
Octal26514623505415354764367
Binary101101011100110100111010101100110111101100111110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5669D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5669D; }

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

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

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

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

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

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

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

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