#B369A1

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

Shades of Bouquet #B369A1

Tints of Bouquet #B369A1

Color information

#B369A1 (or 0xB369A1) is unknown color: approx Bouquet. HEX triplet: B3, 69 and A1. RGB value is (179,105,161). Sum of RGB (Red+Green+Blue) = 179+105+161=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B369A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B369A1 is #4C965E. Grayscale: #858585. Windows color (decimal): -5019231 or 10578355. OLE color: 10578355.

HSL color Cylindrical-coordinate representation of color #B369A1: hue angle of 314.59º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B369A1 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB179105161-
CMYK00.410.100.30
HSL314.59º32.74%55.69%-
HSV(B)314.59º41.34%70.2%-
XYZ30.0822.2636.43-
YUV133.51143.52160.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 105 (41.41% from 255) = 23.60%
BLUE value IS 161 (63.28% from 255) = 36.18%
R=40.22%
G=23.60%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910516100.410.100.30314.5932.7455.69
HexB369A1029A1E13b2138
Octal26315124105112364734170
Binary101100111101001101000010101001101011110100111011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369A1; }

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

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

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

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

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

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

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

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