#BA6397

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

Shades of Hopbush #BA6397

Tints of Hopbush #BA6397

Color information

#BA6397 (or 0xBA6397) is unknown color: approx Hopbush. HEX triplet: BA, 63 and 97. RGB value is (186,99,151). Sum of RGB (Red+Green+Blue) = 186+99+151=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 99 (39.06% from 255 or 22.71% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6397 is #459C68. Grayscale: #828282. Windows color (decimal): -4562025 or 9921466. OLE color: 9921466.

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

Color convert

RGB18699151-
CMYK00.470.190.27
HSL324.14º38.67%55.88%-
HSV(B)324.14º46.77%72.94%-
XYZ30.321.631.85-
YUV130.94139.32167.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.66%
GREEN value IS 99 (39.06% from 255) = 22.71%
BLUE value IS 151 (59.38% from 255) = 34.63%
R=42.66%
G=22.71%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869915100.470.190.27324.1438.6755.88
HexBA639702F131B1442738
Octal27214322705723335044770
Binary1011101011000111001011101011111001111011101000100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6397; }

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

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

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

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

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

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

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

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