#B46694

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

Shades of Bouquet #B46694

Tints of Bouquet #B46694

Color information

#B46694 (or 0xB46694) is unknown color: approx Bouquet. HEX triplet: B4, 66 and 94. RGB value is (180,102,148). Sum of RGB (Red+Green+Blue) = 180+102+148=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B46694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46694 is #4B996B. Grayscale: #828282. Windows color (decimal): -4954476 or 9725620. OLE color: 9725620.

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

Color convert

RGB180102148-
CMYK00.430.180.29
HSL324.62º34.21%55.29%-
HSV(B)324.62º43.33%70.59%-
XYZ28.9221.3430.61-
YUV130.57137.84163.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 102 (40.23% from 255) = 23.72%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=41.86%
G=23.72%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010214800.430.180.29324.6234.2155.29
HexB4669402B121D1452237
Octal26414622405322355054267
Binary1011010011001101001010001010111001011101101000101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46694; }

 p { color: rgb(180,102,148); }

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

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

 a { background-color: rgb(180,102,148); }

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

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

 span { border-color: rgb(180,102,148); }

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