#B67FA8

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

Shades of Bouquet #B67FA8

Tints of Bouquet #B67FA8

Color information

#B67FA8 (or 0xB67FA8) is unknown color: approx Bouquet. HEX triplet: B6, 7F and A8. RGB value is (182,127,168). Sum of RGB (Red+Green+Blue) = 182+127+168=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B67FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B67FA8 is #498057. Grayscale: #949494. Windows color (decimal): -4816984 or 11042742. OLE color: 11042742.

HSL color Cylindrical-coordinate representation of color #B67FA8: hue angle of 315.27º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B67FA8 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB182127168-
CMYK00.300.080.29
HSL315.27º27.36%60.59%-
HSV(B)315.27º30.22%71.37%-
XYZ33.9527.9540.65-
YUV148.12139.22152.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 127 (50% from 255) = 26.62%
BLUE value IS 168 (66.02% from 255) = 35.22%
R=38.16%
G=26.62%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212716800.300.080.29315.2727.3660.59
HexB67FA801E81D13b1b3d
Octal26617725003610354733375
Binary1011011011111111010100001111010001110110011101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FA8; }

 p { color: rgb(182,127,168); }

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

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

 a { background-color: rgb(182,127,168); }

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

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

 span { border-color: rgb(182,127,168); }

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