#B26FA6

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

Shades of Bouquet #B26FA6

Tints of Bouquet #B26FA6

Color information

#B26FA6 (or 0xB26FA6) is unknown color: approx Bouquet. HEX triplet: B2, 6F and A6. RGB value is (178,111,166). Sum of RGB (Red+Green+Blue) = 178+111+166=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 166 (65.23% from 255 or 36.48% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B26FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26FA6 is #4D9059. Grayscale: #898989. Windows color (decimal): -5083226 or 10907570. OLE color: 10907570.

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

Color convert

RGB178111166-
CMYK00.380.070.30
HSL310.75º30.32%56.67%-
HSV(B)310.75º37.64%69.8%-
XYZ30.9323.5939-
YUV137.3144.2157.03-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.12%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 166 (65.23% from 255) = 36.48%
R=39.12%
G=24.40%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811116600.380.070.30310.7530.3256.67
HexB26FA602671E1371e39
Octal2621572460467364673671
Binary1011001011011111010011001001101111111010011011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26FA6; }

 p { color: rgb(178,111,166); }

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

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

 a { background-color: rgb(178,111,166); }

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

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

 span { border-color: rgb(178,111,166); }

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