#B27A9D

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

Shades of Bouquet #B27A9D

Tints of Bouquet #B27A9D

Color information

#B27A9D (or 0xB27A9D) is unknown color: approx Bouquet. HEX triplet: B2, 7A and 9D. RGB value is (178,122,157). Sum of RGB (Red+Green+Blue) = 178+122+157=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 157 (61.72% from 255 or 34.35% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B27A9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27A9D is #4D8562. Grayscale: #8E8E8E. Windows color (decimal): -5080419 or 10320562. OLE color: 10320562.

HSL color Cylindrical-coordinate representation of color #B27A9D: hue angle of 322.5º degrees, saturation: 0.27, 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 #B27A9D is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB178122157-
CMYK00.310.120.30
HSL322.5º26.67%58.82%-
HSV(B)322.5º31.46%69.8%-
XYZ31.4125.8235.23-
YUV142.73136.05153.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 122 (48.05% from 255) = 26.70%
BLUE value IS 157 (61.72% from 255) = 34.35%
R=38.95%
G=26.70%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812215700.310.120.30322.526.6758.82
HexB27A9D01FC1E1421b3b
Octal26217223503714365023373
Binary1011001011110101001110101111111001111010100001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27A9D; }

 p { color: rgb(178,122,157); }

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

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

 a { background-color: rgb(178,122,157); }

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

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

 span { border-color: rgb(178,122,157); }

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