#B568A0

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

Shades of Bouquet #B568A0

Tints of Bouquet #B568A0

Color information

#B568A0 (or 0xB568A0) is unknown color: approx Bouquet. HEX triplet: B5, 68 and A0. RGB value is (181,104,160). Sum of RGB (Red+Green+Blue) = 181+104+160=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 104 (41.02% from 255 or 23.37% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B568A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B568A0 is #4A975F. Grayscale: #858585. Windows color (decimal): -4888416 or 10512565. OLE color: 10512565.

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

Color convert

RGB181104160-
CMYK00.430.120.29
HSL316.36º34.22%55.88%-
HSV(B)316.36º42.54%70.98%-
XYZ30.3522.2635.96-
YUV133.41143.01161.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 104 (41.02% from 255) = 23.37%
BLUE value IS 160 (62.89% from 255) = 35.96%
R=40.67%
G=23.37%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110416000.430.120.29316.3634.2255.88
HexB568A002BC1D13c2238
Octal26515024005314354744270
Binary101101011101000101000000101011110011101100111100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B568A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B568A0; }

 p { color: rgb(181,104,160); }

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

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

 a { background-color: rgb(181,104,160); }

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

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

 span { border-color: rgb(181,104,160); }

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