#B569A1

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

Shades of Bouquet #B569A1

Tints of Bouquet #B569A1

Color information

#B569A1 (or 0xB569A1) is unknown color: approx Bouquet. HEX triplet: B5, 69 and A1. RGB value is (181,105,161). Sum of RGB (Red+Green+Blue) = 181+105+161=447 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.49% from 447); Green value is 105 (41.41% from 255 or 23.49% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 181 - color contains mainly: red. Hex color #B569A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B569A1 is #4A965E. Grayscale: #858585. Windows color (decimal): -4888159 or 10578357. OLE color: 10578357.

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

Color convert

RGB181105161-
CMYK00.420.110.29
HSL315.79º33.93%56.08%-
HSV(B)315.79º41.99%70.98%-
XYZ30.5422.536.45-
YUV134.11143.18161.45-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.49%
GREEN value IS 105 (41.41% from 255) = 23.49%
BLUE value IS 161 (63.28% from 255) = 36.02%
R=40.49%
G=23.49%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110516100.420.110.29315.7933.9356.08
HexB569A102AB1D13c2238
Octal26515124105213354744270
Binary101101011101001101000010101010101111101100111100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B569A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B569A1; }

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

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

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

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

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

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

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

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