#B26693

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

Shades of Bouquet #B26693

Tints of Bouquet #B26693

Color information

#B26693 (or 0xB26693) is unknown color: approx Bouquet. HEX triplet: B2, 66 and 93. RGB value is (178,102,147). Sum of RGB (Red+Green+Blue) = 178+102+147=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 178 - color contains mainly: red. Hex color #B26693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26693 is #4D996C. Grayscale: #818181. Windows color (decimal): -5085549 or 9660082. OLE color: 9660082.

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

Color convert

RGB178102147-
CMYK00.430.170.30
HSL324.47º33.04%54.9%-
HSV(B)324.47º42.7%69.8%-
XYZ28.3821.0730.18-
YUV129.85137.68162.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.69%
GREEN value IS 102 (40.23% from 255) = 23.89%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=41.69%
G=23.89%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810214700.430.170.30324.4733.0454.9
HexB2669302B111E1442137
Octal26214622305321365044167
Binary1011001011001101001001101010111000111110101000100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26693; }

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

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

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

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

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

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

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

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