#BA6FA2

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

Shades of Bouquet #BA6FA2

Tints of Bouquet #BA6FA2

Color information

#BA6FA2 (or 0xBA6FA2) is unknown color: approx Bouquet. HEX triplet: BA, 6F and A2. RGB value is (186,111,162). Sum of RGB (Red+Green+Blue) = 186+111+162=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 162 (63.67% from 255 or 35.29% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6FA2 is #45905D. Grayscale: #8B8B8B. Windows color (decimal): -4558942 or 10645434. OLE color: 10645434.

HSL color Cylindrical-coordinate representation of color #BA6FA2: hue angle of 319.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6FA2 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB186111162-
CMYK00.400.130.27
HSL319.2º35.21%58.24%-
HSV(B)319.2º40.32%72.94%-
XYZ32.4624.4237.18-
YUV139.24140.85161.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 111 (43.75% from 255) = 24.18%
BLUE value IS 162 (63.67% from 255) = 35.29%
R=40.52%
G=24.18%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611116200.400.130.27319.235.2158.24
HexBA6FA2028D1B13f233a
Octal27215724205015334774372
Binary101110101101111101000100101000110111011100111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6FA2; }

 p { color: rgb(186,111,162); }

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

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

 a { background-color: rgb(186,111,162); }

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

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

 span { border-color: rgb(186,111,162); }

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