#BA6395

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

Shades of Hopbush #BA6395

Tints of Hopbush #BA6395

Color information

#BA6395 (or 0xBA6395) is unknown color: approx Hopbush. HEX triplet: BA, 63 and 95. RGB value is (186,99,149). Sum of RGB (Red+Green+Blue) = 186+99+149=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 99 (39.06% from 255 or 22.81% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6395 is #459C6A. Grayscale: #828282. Windows color (decimal): -4562027 or 9790394. OLE color: 9790394.

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

Color convert

RGB18699149-
CMYK00.470.200.27
HSL325.52º38.67%55.88%-
HSV(B)325.52º46.77%72.94%-
XYZ30.1421.5331-
YUV130.71138.32167.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.86%
GREEN value IS 99 (39.06% from 255) = 22.81%
BLUE value IS 149 (58.59% from 255) = 34.33%
R=42.86%
G=22.81%
B=34.33%

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
Decimal1869914900.470.200.27325.5238.6755.88
HexBA639502F141B1462738
Octal27214322505724335064770
Binary1011101011000111001010101011111010011011101000110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6395; }

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

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

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

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

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

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

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

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