#B26D9E

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

Shades of Bouquet #B26D9E

Tints of Bouquet #B26D9E

Color information

#B26D9E (or 0xB26D9E) is unknown color: approx Bouquet. HEX triplet: B2, 6D and 9E. RGB value is (178,109,158). Sum of RGB (Red+Green+Blue) = 178+109+158=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26D9E is #4D9261. Grayscale: #878787. Windows color (decimal): -5083746 or 10382770. OLE color: 10382770.

HSL color Cylindrical-coordinate representation of color #B26D9E: hue angle of 317.39º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B26D9E is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB178109158-
CMYK00.390.110.30
HSL317.39º30.94%56.27%-
HSV(B)317.39º38.76%69.8%-
XYZ3022.8735.18-
YUV135.22140.86158.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 158 (62.11% from 255) = 35.51%
R=40%
G=24.49%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810915800.390.110.30317.3930.9456.27
HexB26D9E027B1E13d1f38
Octal26215523604713364753770
Binary10110010110110110011110010011110111111010011110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D9E; }

 p { color: rgb(178,109,158); }

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

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

 a { background-color: rgb(178,109,158); }

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

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

 span { border-color: rgb(178,109,158); }

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