#B26FA5

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

Shades of Bouquet #B26FA5

Tints of Bouquet #B26FA5

Color information

#B26FA5 (or 0xB26FA5) is unknown color: approx Bouquet. HEX triplet: B2, 6F and A5. RGB value is (178,111,165). Sum of RGB (Red+Green+Blue) = 178+111+165=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 165 (64.84% from 255 or 36.34% from 454); Max value from RGB is 178 - color contains mainly: red. Hex color #B26FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26FA5 is #4D905A. Grayscale: #898989. Windows color (decimal): -5083227 or 10842034. OLE color: 10842034.

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

Color convert

RGB178111165-
CMYK00.380.070.30
HSL311.64º30.32%56.67%-
HSV(B)311.64º37.64%69.8%-
XYZ30.8423.5538.52-
YUV137.19143.7157.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.21%
GREEN value IS 111 (43.75% from 255) = 24.45%
BLUE value IS 165 (64.84% from 255) = 36.34%
R=39.21%
G=24.45%
B=36.34%

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
Decimal17811116500.380.070.30311.6430.3256.67
HexB26FA502671E1381e39
Octal2621572450467364703671
Binary1011001011011111010010101001101111111010011100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26FA5; }

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

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

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

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

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

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

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

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