#B27FA0

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

Shades of Bouquet #B27FA0

Tints of Bouquet #B27FA0

Color information

#B27FA0 (or 0xB27FA0) is unknown color: approx Bouquet. HEX triplet: B2, 7F and A0. RGB value is (178,127,160). Sum of RGB (Red+Green+Blue) = 178+127+160=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 178 - color contains mainly: red. Hex color #B27FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27FA0 is #4D805F. Grayscale: #919191. Windows color (decimal): -5079136 or 10518450. OLE color: 10518450.

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

Color convert

RGB178127160-
CMYK00.290.100.30
HSL321.18º24.88%59.8%-
HSV(B)321.18º28.65%69.8%-
XYZ32.2927.1836.8-
YUV146.01135.9150.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.28%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 160 (62.89% from 255) = 34.41%
R=38.28%
G=27.31%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812716000.290.100.30321.1824.8859.8
HexB27FA001DA1E141193c
Octal26217724003512365013174
Binary1011001011111111010000001110110101111010100000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27FA0; }

 p { color: rgb(178,127,160); }

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

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

 a { background-color: rgb(178,127,160); }

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

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

 span { border-color: rgb(178,127,160); }

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