#B5649D

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

Shades of Bouquet #B5649D

Tints of Bouquet #B5649D

Color information

#B5649D (or 0xB5649D) is unknown color: approx Bouquet. HEX triplet: B5, 64 and 9D. RGB value is (181,100,157). Sum of RGB (Red+Green+Blue) = 181+100+157=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 181 - color contains mainly: red. Hex color #B5649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5649D is #4A9B62. Grayscale: #828282. Windows color (decimal): -4889443 or 10314933. OLE color: 10314933.

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

Color convert

RGB181100157-
CMYK00.450.130.29
HSL317.78º35.37%55.1%-
HSV(B)317.78º44.75%70.98%-
XYZ29.721.3734.46-
YUV130.72142.84163.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.32%
GREEN value IS 100 (39.45% from 255) = 22.83%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=41.32%
G=22.83%
B=35.84%

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
Decimal18110015700.450.130.29317.7835.3755.1
HexB5649D02DD1D13e2337
Octal26514423505515354764367
Binary101101011100100100111010101101110111101100111110100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5649D; }

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

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

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

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

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

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

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

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