#B66CA1

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

Shades of Bouquet #B66CA1

Tints of Bouquet #B66CA1

Color information

#B66CA1 (or 0xB66CA1) is unknown color: approx Bouquet. HEX triplet: B6, 6C and A1. RGB value is (182,108,161). Sum of RGB (Red+Green+Blue) = 182+108+161=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 108 (42.58% from 255 or 23.95% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 182 - color contains mainly: red. Hex color #B66CA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66CA1 is #49935E. Grayscale: #888888. Windows color (decimal): -4821855 or 10579126. OLE color: 10579126.

HSL color Cylindrical-coordinate representation of color #B66CA1: hue angle of 317.03º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B66CA1 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB182108161-
CMYK00.410.120.29
HSL317.03º33.64%56.86%-
HSV(B)317.03º40.66%71.37%-
XYZ31.0923.2436.57-
YUV136.17142.02160.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 108 (42.58% from 255) = 23.95%
BLUE value IS 161 (63.28% from 255) = 35.70%
R=40.35%
G=23.95%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210816100.410.120.29317.0333.6456.86
HexB66CA1029C1D13d2239
Octal26615424105114354754271
Binary101101101101100101000010101001110011101100111101100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66CA1; }

 p { color: rgb(182,108,161); }

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

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

 a { background-color: rgb(182,108,161); }

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

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

 span { border-color: rgb(182,108,161); }

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