#B369A0

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

Shades of Bouquet #B369A0

Tints of Bouquet #B369A0

Color information

#B369A0 (or 0xB369A0) is unknown color: approx Bouquet. HEX triplet: B3, 69 and A0. RGB value is (179,105,160). Sum of RGB (Red+Green+Blue) = 179+105+160=444 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.32% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 179 - color contains mainly: red. Hex color #B369A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B369A0 is #4C965F. Grayscale: #858585. Windows color (decimal): -5019232 or 10512819. OLE color: 10512819.

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

Color convert

RGB179105160-
CMYK00.410.110.30
HSL315.41º32.74%55.69%-
HSV(B)315.41º41.34%70.2%-
XYZ29.9922.2235.97-
YUV133.4143.02160.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.32%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 160 (62.89% from 255) = 36.04%
R=40.32%
G=23.65%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910516000.410.110.30315.4132.7455.69
HexB369A0029B1E13b2138
Octal26315124005113364734170
Binary101100111101001101000000101001101111110100111011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B369A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B369A0; }

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

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

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

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

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

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

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

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