#B27E9D

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

Shades of Bouquet #B27E9D

Tints of Bouquet #B27E9D

Color information

#B27E9D (or 0xB27E9D) is unknown color: approx Bouquet. HEX triplet: B2, 7E and 9D. RGB value is (178,126,157). Sum of RGB (Red+Green+Blue) = 178+126+157=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27E9D is #4D8162. Grayscale: #919191. Windows color (decimal): -5079395 or 10321586. OLE color: 10321586.

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

Color convert

RGB178126157-
CMYK00.290.120.30
HSL324.23º25.24%59.61%-
HSV(B)324.23º29.21%69.8%-
XYZ31.9126.8235.39-
YUV145.08134.73151.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 126 (49.61% from 255) = 27.33%
BLUE value IS 157 (61.72% from 255) = 34.06%
R=38.61%
G=27.33%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812615700.290.120.30324.2325.2459.61
HexB27E9D01DC1E144193c
Octal26217623503514365043174
Binary1011001011111101001110101110111001111010100010011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E9D; }

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

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

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

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

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

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

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

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