#B26C9D

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

Shades of Bouquet #B26C9D

Tints of Bouquet #B26C9D

Color information

#B26C9D (or 0xB26C9D) is unknown color: approx Bouquet. HEX triplet: B2, 6C and 9D. RGB value is (178,108,157). Sum of RGB (Red+Green+Blue) = 178+108+157=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B26C9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26C9D is #4D9362. Grayscale: #868686. Windows color (decimal): -5084003 or 10316978. OLE color: 10316978.

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

Color convert

RGB178108157-
CMYK00.390.120.30
HSL318º31.25%56.08%-
HSV(B)318º39.33%69.8%-
XYZ29.8122.6234.69-
YUV134.52140.69159.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 108 (42.58% from 255) = 24.38%
BLUE value IS 157 (61.72% from 255) = 35.44%
R=40.18%
G=24.38%
B=35.44%

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
Decimal17810815700.390.120.3031831.2556.08
HexB26C9D027C1E13e1f38
Octal26215423504714364763770
Binary10110010110110010011101010011111001111010011111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26C9D; }

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

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

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

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

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

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

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

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