#BA6494

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

Shades of Hopbush #BA6494

Tints of Hopbush #BA6494

Color information

#BA6494 (or 0xBA6494) is unknown color: approx Hopbush. HEX triplet: BA, 64 and 94. RGB value is (186,100,148). Sum of RGB (Red+Green+Blue) = 186+100+148=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6494 is #459B6B. Grayscale: #838383. Windows color (decimal): -4561772 or 9725114. OLE color: 9725114.

HSL color Cylindrical-coordinate representation of color #BA6494: hue angle of 326.51º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA6494 is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB186100148-
CMYK00.460.200.27
HSL326.51º38.39%56.08%-
HSV(B)326.51º46.24%72.94%-
XYZ30.1521.6930.61-
YUV131.19137.49167.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 100 (39.45% from 255) = 23.04%
BLUE value IS 148 (58.20% from 255) = 34.10%
R=42.86%
G=23.04%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610014800.460.200.27326.5138.3956.08
HexBA649402E141B1472638
Octal27214422405624335074670
Binary1011101011001001001010001011101010011011101000111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6494; }

 p { color: rgb(186,100,148); }

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

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

 a { background-color: rgb(186,100,148); }

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

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

 span { border-color: rgb(186,100,148); }

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