#BA6593

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

Shades of Hopbush #BA6593

Tints of Hopbush #BA6593

Color information

#BA6593 (or 0xBA6593) is unknown color: approx Hopbush. HEX triplet: BA, 65 and 93. RGB value is (186,101,147). Sum of RGB (Red+Green+Blue) = 186+101+147=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6593 is #459A6C. Grayscale: #838383. Windows color (decimal): -4561517 or 9659834. OLE color: 9659834.

HSL color Cylindrical-coordinate representation of color #BA6593: hue angle of 327.53º 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 #BA6593 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB186101147-
CMYK00.460.210.27
HSL327.53º38.12%56.27%-
HSV(B)327.53º45.7%72.94%-
XYZ30.1721.8530.23-
YUV131.66136.66166.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 101 (39.84% from 255) = 23.27%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=42.86%
G=23.27%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610114700.460.210.27327.5338.1256.27
HexBA659302E151B1482638
Octal27214522305625335104670
Binary1011101011001011001001101011101010111011101001000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6593; }

 p { color: rgb(186,101,147); }

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

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

 a { background-color: rgb(186,101,147); }

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

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

 span { border-color: rgb(186,101,147); }

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