#BA6594

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

Shades of Hopbush #BA6594

Tints of Hopbush #BA6594

Color information

#BA6594 (or 0xBA6594) is unknown color: approx Hopbush. HEX triplet: BA, 65 and 94. RGB value is (186,101,148). Sum of RGB (Red+Green+Blue) = 186+101+148=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6594 is #459A6B. Grayscale: #838383. Windows color (decimal): -4561516 or 9725370. OLE color: 9725370.

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

Color convert

RGB186101148-
CMYK00.460.200.27
HSL326.82º38.12%56.27%-
HSV(B)326.82º45.7%72.94%-
XYZ30.2521.8830.65-
YUV131.77137.16166.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.76%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=42.76%
G=23.22%
B=34.02%

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
Decimal18610114800.460.200.27326.8238.1256.27
HexBA659402E141B1472638
Octal27214522405624335074670
Binary1011101011001011001010001011101010011011101000111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6594; }

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

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

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

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

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

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

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

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