#B27FA3

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

Shades of Bouquet #B27FA3

Tints of Bouquet #B27FA3

Color information

#B27FA3 (or 0xB27FA3) is unknown color: approx Bouquet. HEX triplet: B2, 7F and A3. RGB value is (178,127,163). Sum of RGB (Red+Green+Blue) = 178+127+163=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 178 - color contains mainly: red. Hex color #B27FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27FA3 is #4D805C. Grayscale: #929292. Windows color (decimal): -5079133 or 10715058. OLE color: 10715058.

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

Color convert

RGB178127163-
CMYK00.290.080.30
HSL317.65º24.88%59.8%-
HSV(B)317.65º28.65%69.8%-
XYZ32.5627.2938.2-
YUV146.35137.4150.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 163 (64.06% from 255) = 34.83%
R=38.03%
G=27.14%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812716300.290.080.30317.6524.8859.8
HexB27FA301D81E13e193c
Octal26217724303510364763174
Binary1011001011111111010001101110110001111010011111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27FA3; }

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

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

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

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

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

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

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

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