#B27EA2

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

Shades of Bouquet #B27EA2

Tints of Bouquet #B27EA2

Color information

#B27EA2 (or 0xB27EA2) is unknown color: approx Bouquet. HEX triplet: B2, 7E and A2. RGB value is (178,126,162). Sum of RGB (Red+Green+Blue) = 178+126+162=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B27EA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27EA2 is #4D815D. Grayscale: #919191. Windows color (decimal): -5079390 or 10649266. OLE color: 10649266.

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

Color convert

RGB178126162-
CMYK00.290.090.30
HSL318.46º25.24%59.61%-
HSV(B)318.46º29.21%69.8%-
XYZ32.342737.69-
YUV145.65137.23151.07-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 162 (63.67% from 255) = 34.76%
R=38.20%
G=27.04%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812616200.290.090.30318.4625.2459.61
HexB27EA201D91E13e193c
Octal26217624203511364763174
Binary1011001011111101010001001110110011111010011111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27EA2; }

 p { color: rgb(178,126,162); }

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

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

 a { background-color: rgb(178,126,162); }

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

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

 span { border-color: rgb(178,126,162); }

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