#B27BA2

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

Shades of Bouquet #B27BA2

Tints of Bouquet #B27BA2

Color information

#B27BA2 (or 0xB27BA2) is unknown color: approx Bouquet. HEX triplet: B2, 7B and A2. RGB value is (178,123,162). Sum of RGB (Red+Green+Blue) = 178+123+162=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 178 - color contains mainly: red. Hex color #B27BA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27BA2 is #4D845D. Grayscale: #8F8F8F. Windows color (decimal): -5080158 or 10648498. OLE color: 10648498.

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

Color convert

RGB178123162-
CMYK00.310.090.30
HSL317.45º26.32%59.02%-
HSV(B)317.45º30.9%69.8%-
XYZ31.9626.2437.56-
YUV143.89138.22152.33-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.44%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 162 (63.67% from 255) = 34.99%
R=38.44%
G=26.57%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812316200.310.090.30317.4526.3259.02
HexB27BA201F91E13d1a3b
Octal26217324203711364753273
Binary1011001011110111010001001111110011111010011110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27BA2; }

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

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

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

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

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

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

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

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