#BA6394

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

Shades of Hopbush #BA6394

Tints of Hopbush #BA6394

Color information

#BA6394 (or 0xBA6394) is unknown color: approx Hopbush. HEX triplet: BA, 63 and 94. RGB value is (186,99,148). Sum of RGB (Red+Green+Blue) = 186+99+148=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 99 (39.06% from 255 or 22.86% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6394 is #459C6B. Grayscale: #828282. Windows color (decimal): -4562028 or 9724858. OLE color: 9724858.

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

Color convert

RGB18699148-
CMYK00.470.200.27
HSL326.21º38.67%55.88%-
HSV(B)326.21º46.77%72.94%-
XYZ30.0621.530.58-
YUV130.6137.82167.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.96%
GREEN value IS 99 (39.06% from 255) = 22.86%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=42.96%
G=22.86%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869914800.470.200.27326.2138.6755.88
HexBA639402F141B1462738
Octal27214322405724335064770
Binary1011101011000111001010001011111010011011101000110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6394; }

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

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

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

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

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

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

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

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