#B26E9B

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

Shades of Bouquet #B26E9B

Tints of Bouquet #B26E9B

Color information

#B26E9B (or 0xB26E9B) is unknown color: approx Bouquet. HEX triplet: B2, 6E and 9B. RGB value is (178,110,155). Sum of RGB (Red+Green+Blue) = 178+110+155=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 178 - color contains mainly: red. Hex color #B26E9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26E9B is #4D9164. Grayscale: #878787. Windows color (decimal): -5083493 or 10186418. OLE color: 10186418.

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

Color convert

RGB178110155-
CMYK00.380.130.30
HSL320.29º30.63%56.47%-
HSV(B)320.29º38.2%69.8%-
XYZ29.8522.9833.87-
YUV135.46139.03158.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.18%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=40.18%
G=24.83%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811015500.380.130.30320.2930.6356.47
HexB26E9B026D1E1401f38
Octal26215623304615365003770
Binary10110010110111010011011010011011011111010100000011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26E9B; }

 p { color: rgb(178,110,155); }

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

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

 a { background-color: rgb(178,110,155); }

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

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

 span { border-color: rgb(178,110,155); }

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