#B27B9B

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

Shades of Bouquet #B27B9B

Tints of Bouquet #B27B9B

Color information

#B27B9B (or 0xB27B9B) is unknown color: approx Bouquet. HEX triplet: B2, 7B and 9B. RGB value is (178,123,155). Sum of RGB (Red+Green+Blue) = 178+123+155=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 123 (48.44% from 255 or 26.97% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 178 - color contains mainly: red. Hex color #B27B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27B9B is #4D8464. Grayscale: #8F8F8F. Windows color (decimal): -5080165 or 10189746. OLE color: 10189746.

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

Color convert

RGB178123155-
CMYK00.310.130.30
HSL325.09º26.32%59.02%-
HSV(B)325.09º30.9%69.8%-
XYZ31.362634.38-
YUV143.09134.72152.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.04%
GREEN value IS 123 (48.44% from 255) = 26.97%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=39.04%
G=26.97%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812315500.310.130.30325.0926.3259.02
HexB27B9B01FD1E1451a3b
Octal26217323303715365053273
Binary1011001011110111001101101111111011111010100010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27B9B; }

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

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

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

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

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

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

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

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