#B469A1

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

Shades of Bouquet #B469A1

Tints of Bouquet #B469A1

Color information

#B469A1 (or 0xB469A1) is unknown color: approx Bouquet. HEX triplet: B4, 69 and A1. RGB value is (180,105,161). Sum of RGB (Red+Green+Blue) = 180+105+161=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 161 (63.28% from 255 or 36.10% from 446); Max value from RGB is 180 - color contains mainly: red. Hex color #B469A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B469A1 is #4B965E. Grayscale: #858585. Windows color (decimal): -4953695 or 10578356. OLE color: 10578356.

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

Color convert

RGB180105161-
CMYK00.420.110.29
HSL315.2º33.33%55.88%-
HSV(B)315.2º41.67%70.59%-
XYZ30.3122.3836.44-
YUV133.81143.35160.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.36%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 161 (63.28% from 255) = 36.10%
R=40.36%
G=23.54%
B=36.10%

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
Decimal18010516100.420.110.29315.233.3355.88
HexB469A102AB1D13b2138
Octal26415124105213354734170
Binary101101001101001101000010101010101111101100111011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B469A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B469A1; }

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

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

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

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

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

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

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

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