#B27B9E

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

Shades of Bouquet #B27B9E

Tints of Bouquet #B27B9E

Color information

#B27B9E (or 0xB27B9E) is unknown color: approx Bouquet. HEX triplet: B2, 7B and 9E. RGB value is (178,123,158). Sum of RGB (Red+Green+Blue) = 178+123+158=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27B9E is #4D8461. Grayscale: #8F8F8F. Windows color (decimal): -5080162 or 10386354. OLE color: 10386354.

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

Color convert

RGB178123158-
CMYK00.310.110.30
HSL321.82º26.32%59.02%-
HSV(B)321.82º30.9%69.8%-
XYZ31.6126.135.72-
YUV143.44136.22152.65-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.78%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=38.78%
G=26.80%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812315800.310.110.30321.8226.3259.02
HexB27B9E01FB1E1421a3b
Octal26217323603713365023273
Binary1011001011110111001111001111110111111010100001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B9E; }

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

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

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

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

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

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

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

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