#B467A0

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

Shades of Bouquet #B467A0

Tints of Bouquet #B467A0

Color information

#B467A0 (or 0xB467A0) is unknown color: approx Bouquet. HEX triplet: B4, 67 and A0. RGB value is (180,103,160). Sum of RGB (Red+Green+Blue) = 180+103+160=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 180 - color contains mainly: red. Hex color #B467A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B467A0 is #4B985F. Grayscale: #848484. Windows color (decimal): -4954208 or 10512308. OLE color: 10512308.

HSL color Cylindrical-coordinate representation of color #B467A0: hue angle of 315.58º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B467A0 is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB180103160-
CMYK00.430.110.29
HSL315.58º33.92%55.49%-
HSV(B)315.58º42.78%70.59%-
XYZ30.0221.9435.91-
YUV132.52143.51161.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.63%
GREEN value IS 103 (40.62% from 255) = 23.25%
BLUE value IS 160 (62.89% from 255) = 36.12%
R=40.63%
G=23.25%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010316000.430.110.29315.5833.9255.49
HexB467A002BB1D13c2237
Octal26414724005313354744267
Binary101101001100111101000000101011101111101100111100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B467A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B467A0; }

 p { color: rgb(180,103,160); }

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

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

 a { background-color: rgb(180,103,160); }

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

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

 span { border-color: rgb(180,103,160); }

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