#BA6398

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

Shades of Hopbush #BA6398

Tints of Hopbush #BA6398

Color information

#BA6398 (or 0xBA6398) is unknown color: approx Hopbush. HEX triplet: BA, 63 and 98. RGB value is (186,99,152). Sum of RGB (Red+Green+Blue) = 186+99+152=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6398 is #459C67. Grayscale: #828282. Windows color (decimal): -4562024 or 9987002. OLE color: 9987002.

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

Color convert

RGB18699152-
CMYK00.470.180.27
HSL323.45º38.67%55.88%-
HSV(B)323.45º46.77%72.94%-
XYZ30.3821.6332.28-
YUV131.06139.82167.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 42.56%
GREEN value IS 99 (39.06% from 255) = 22.65%
BLUE value IS 152 (59.77% from 255) = 34.78%
R=42.56%
G=22.65%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869915200.470.180.27323.4538.6755.88
HexBA639802F121B1432738
Octal27214323005722335034770
Binary1011101011000111001100001011111001011011101000011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6398; }

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

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

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

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

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

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

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

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