#B569A3

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

Shades of Bouquet #B569A3

Tints of Bouquet #B569A3

Color information

#B569A3 (or 0xB569A3) is unknown color: approx Bouquet. HEX triplet: B5, 69 and A3. RGB value is (181,105,163). Sum of RGB (Red+Green+Blue) = 181+105+163=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 163 (64.06% from 255 or 36.30% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B569A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B569A3 is #4A965C. Grayscale: #868686. Windows color (decimal): -4888157 or 10709429. OLE color: 10709429.

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

Color convert

RGB181105163-
CMYK00.420.100.29
HSL314.21º33.93%56.08%-
HSV(B)314.21º41.99%70.98%-
XYZ30.7222.5737.39-
YUV134.34144.18161.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 163 (64.06% from 255) = 36.30%
R=40.31%
G=23.39%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110516300.420.100.29314.2133.9356.08
HexB569A302AA1D13a2238
Octal26515124305212354724270
Binary101101011101001101000110101010101011101100111010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B569A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B569A3; }

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

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

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

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

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

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

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

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