#B26D9D

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

Shades of Bouquet #B26D9D

Tints of Bouquet #B26D9D

Color information

#B26D9D (or 0xB26D9D) is unknown color: approx Bouquet. HEX triplet: B2, 6D and 9D. RGB value is (178,109,157). Sum of RGB (Red+Green+Blue) = 178+109+157=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 178 - color contains mainly: red. Hex color #B26D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26D9D is #4D9262. Grayscale: #868686. Windows color (decimal): -5083747 or 10317234. OLE color: 10317234.

HSL color Cylindrical-coordinate representation of color #B26D9D: hue angle of 318.26º 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 #B26D9D is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB178109157-
CMYK00.390.120.30
HSL318.26º30.94%56.27%-
HSV(B)318.26º38.76%69.8%-
XYZ29.9122.8434.73-
YUV135.1140.36158.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.09%
GREEN value IS 109 (42.97% from 255) = 24.55%
BLUE value IS 157 (61.72% from 255) = 35.36%
R=40.09%
G=24.55%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17810915700.390.120.30318.2630.9456.27
HexB26D9D027C1E13e1f38
Octal26215523504714364763770
Binary10110010110110110011101010011111001111010011111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26D9D; }

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

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

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

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

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

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

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

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