#B46594

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

Shades of Hopbush #B46594

Tints of Hopbush #B46594

Color information

#B46594 (or 0xB46594) is unknown color: approx Hopbush. HEX triplet: B4, 65 and 94. RGB value is (180,101,148). Sum of RGB (Red+Green+Blue) = 180+101+148=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 180 - color contains mainly: red. Hex color #B46594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B46594 is #4B9A6B. Grayscale: #818181. Windows color (decimal): -4954732 or 9725364. OLE color: 9725364.

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

Color convert

RGB180101148-
CMYK00.440.180.29
HSL324.3º34.5%55.1%-
HSV(B)324.3º43.89%70.59%-
XYZ28.8221.1530.58-
YUV129.98138.17163.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.96%
GREEN value IS 101 (39.84% from 255) = 23.54%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=41.96%
G=23.54%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010114800.440.180.29324.334.555.1
HexB4659402C121D1442237
Octal26414522405422355044267
Binary1011010011001011001010001011001001011101101000100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46594; }

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

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

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

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

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

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

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

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