#B16693

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

Shades of Bouquet #B16693

Tints of Bouquet #B16693

Color information

#B16693 (or 0xB16693) is unknown color: approx Bouquet. HEX triplet: B1, 66 and 93. RGB value is (177,102,147). Sum of RGB (Red+Green+Blue) = 177+102+147=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 177 - color contains mainly: red. Hex color #B16693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16693 is #4E996C. Grayscale: #818181. Windows color (decimal): -5151085 or 9660081. OLE color: 9660081.

HSL color Cylindrical-coordinate representation of color #B16693: hue angle of 324º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B16693 is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB177102147-
CMYK00.420.170.31
HSL324º32.47%54.71%-
HSV(B)324º42.37%69.41%-
XYZ28.1520.9630.17-
YUV129.56137.85161.84-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.55%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 147 (57.81% from 255) = 34.51%
R=41.55%
G=23.94%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710214700.420.170.3132432.4754.71
HexB1669302A111F1442037
Octal26114622305221375044067
Binary1011000111001101001001101010101000111111101000100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16693; }

 p { color: rgb(177,102,147); }

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

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

 a { background-color: rgb(177,102,147); }

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

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

 span { border-color: rgb(177,102,147); }

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