#BA6BA1

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

Shades of Bouquet #BA6BA1

Tints of Bouquet #BA6BA1

Color information

#BA6BA1 (or 0xBA6BA1) is unknown color: approx Bouquet. HEX triplet: BA, 6B and A1. RGB value is (186,107,161). Sum of RGB (Red+Green+Blue) = 186+107+161=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 161 (63.28% from 255 or 35.46% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BA1 is #45945E. Grayscale: #888888. Windows color (decimal): -4559967 or 10578874. OLE color: 10578874.

HSL color Cylindrical-coordinate representation of color #BA6BA1: hue angle of 318.99º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6BA1 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB186107161-
CMYK00.420.130.27
HSL318.99º36.41%57.45%-
HSV(B)318.99º42.47%72.94%-
XYZ31.9423.5336.58-
YUV136.78141.67163.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 107 (42.19% from 255) = 23.57%
BLUE value IS 161 (63.28% from 255) = 35.46%
R=40.97%
G=23.57%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610716100.420.130.27318.9936.4157.45
HexBA6BA102AD1B13f2439
Octal27215324105215334774471
Binary101110101101011101000010101010110111011100111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BA1; }

 p { color: rgb(186,107,161); }

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

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

 a { background-color: rgb(186,107,161); }

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

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

 span { border-color: rgb(186,107,161); }

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