#b27fa6

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

Shades of Bouquet #B27FA6

Tints of Bouquet #B27FA6

Color information

#B27FA6 (or 0xB27FA6) is unknown color: approx Bouquet. HEX triplet: B2, 7F and A6. RGB value is (178,127,166). Sum of RGB (Red+Green+Blue) = 178+127+166=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 127 (50% from 255 or 26.96% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 178 - color contains mainly: red. Hex color #B27FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27FA6 is #4D8059. Grayscale: #929292. Windows color (decimal): -5079130 or 10911666. OLE color: 10911666.

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

Color convert

RGB178127166-
CMYK00.290.070.30
HSL314.12º24.88%59.8%-
HSV(B)314.12º28.65%69.8%-
XYZ32.8327.439.63-
YUV146.7138.9150.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.79%
GREEN value IS 127 (50% from 255) = 26.96%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=37.79%
G=26.96%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812716600.290.070.30314.1224.8859.8
HexB27FA601D71E13a193c
Octal2621772460357364723174
Binary101100101111111101001100111011111111010011101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b27fa6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b27fa6; }

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

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

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

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

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

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

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

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